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
2020-04-30 13:02:39 +02:00

7 lines
203 B
Plaintext

if (window.App && window.App.i18n) {
window.App.i18n.addMany(#{frontendI18n});
window.App.i18n.setDatetimeLocale(#{frontendDatetimeLocale});
} else {
throw new Error('I18n service is missing!');
}