mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 21:34:42 +03:00
Fix bug with additional localized strings
This commit is contained in:
parent
ad20a18317
commit
16eac2f8c4
@ -69,7 +69,7 @@
|
||||
'presurvey.intro': '{{#jsString}}{{l10n "presurvey.intro"}}{{/jsString}}'
|
||||
});
|
||||
// Plugins localization
|
||||
Mibew.Localization.set({{additional_localized_strings}});
|
||||
Mibew.Localization.set({{{additional_localized_strings}}});
|
||||
//--></script>
|
||||
|
||||
<!-- Run application -->
|
||||
|
@ -73,7 +73,7 @@
|
||||
'pending.errors.network': "{{#jsString}}{{l10n 'pending.errors.network'}}{{/jsString}}"
|
||||
});
|
||||
// Plugins localization
|
||||
Mibew.Localization.set({{additional_localized_strings}});
|
||||
Mibew.Localization.set({{{additional_localized_strings}}});
|
||||
//--></script>
|
||||
|
||||
<script type="text/javascript"><!--
|
||||
|
Loading…
Reference in New Issue
Block a user