forked from External/greenlight
send translated strings to javascript
This commit is contained in:
@ -29,9 +29,6 @@
|
||||
</div>
|
||||
|
||||
<div hidden class="hidden-elements">
|
||||
<div class="delete-popover-title">
|
||||
<%= t('are_you_sure') %>
|
||||
</div>
|
||||
<div class="delete-popover-body">
|
||||
<button type="button" class="btn btn-danger recording-delete">
|
||||
<%= t('yes') %>
|
||||
@ -48,19 +45,4 @@
|
||||
<span class="alert-message"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="recording-publish-alert">
|
||||
<%= t('recording_published') %>
|
||||
</div>
|
||||
<div class="recording-unpublish-alert">
|
||||
<%= t('recording_unpublished') %>
|
||||
</div>
|
||||
<div class="recording-delete-alert">
|
||||
<%= t('recording_deleted') %>
|
||||
</div>
|
||||
<div class="meeting-ended-alert">
|
||||
<%= t('meeting_ended') %>
|
||||
</div>
|
||||
<div class="meeting-started-alert">
|
||||
<%= t('meeting_started') %>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -49,3 +49,7 @@
|
||||
<!-- End of Footer -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<script type="text/javascript">
|
||||
window.I18n = <%= client_translations.to_json.html_safe %>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user