Fix bug with additional localized strings

This commit is contained in:
Dmitriy Simushev 2014-03-06 11:12:39 +00:00
parent ad20a18317
commit 16eac2f8c4
2 changed files with 2 additions and 2 deletions

View File

@ -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 -->

View File

@ -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"><!--