adjust default-layout.julius to work with new app

This commit is contained in:
Felix Hamann 2019-05-25 22:14:26 +02:00
parent 4ee48ca268
commit a942ddec9b

View File

@ -1,5 +1,5 @@
if (I18n) {
I18n.addMany(#{frontendI18n});
if (window.App) {
window.App.i18n.addMany(#{frontendI18n});
} else {
throw new Error('I18n JavaScript service is missing!');
}