This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/i18n.julius
2019-11-25 10:25:52 +01:00

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!');
}