Adminizer supports interface translations using the translation
block in the configuration.
module.exports.adminpanel = {
translation: {
locales: ['en', 'de'],
path: 'config/locales',
defaultLocale: 'en'
}
};
locales
– list of available localespath
– relative path to translation filesdefaultLocale
– locale used when none is specified