6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
if (I18n) {
|
|
I18n.addMany(#{frontendI18n});
|
|
} else {
|
|
throw new Error('I18n JavaScript service is missing!');
|
|
}
|