sepia-search-motore-di-rice.../client/gettext.config.js

30 lines
394 B
JavaScript

module.exports = {
output: {
path: './src/locale',
jsonPath: '../translations',
splitJson: true,
linguas: false,
locales: [
'en_US',
'fr_FR',
'de',
'es',
'gl',
'ru',
'oc',
'ja',
'sv',
'nl',
'pl',
'sq',
'gd',
'el',
'bn',
'it',
'pt_BR',
'uk',
'cs'
]
}
}