fradrive/templates/default-layout.julius
2019-05-05 18:24:57 +02:00

6 lines
114 B
Plaintext

if (I18n) {
I18n.addMany(#{frontendI18n});
} else {
throw new Error('I18n JavaScript service is missing!');
}