7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
if (window.App) {
|
|
window.App.i18n.addMany(#{frontendI18n});
|
|
window.App.i18n.setDatetimeLocale(#{frontendDatetimeLocale});
|
|
} else {
|
|
throw new Error('I18n JavaScript service is missing!');
|
|
}
|