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