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

34 lines
452 B
JavaScript
Raw Normal View History

2022-02-23 15:57:10 +01:00
module.exports = {
output: {
path: './src/locale',
jsonPath: '../translations',
splitJson: true,
linguas: false,
locales: [
'en_US',
'fr_FR',
'de',
'es',
'gl',
'ru',
'oc',
'ja',
'sv',
2022-07-25 11:10:46 +02:00
'hr',
2022-02-23 15:57:10 +01:00
'nl',
2023-07-31 09:53:17 +02:00
'fa',
2023-10-19 15:34:05 +02:00
'sr_Cyrl',
2022-02-23 15:57:10 +01:00
'pl',
'sq',
'gd',
'el',
'bn',
'it',
'pt_BR',
'uk',
2022-12-23 16:05:32 +01:00
'cs',
'zh_Hant'
2022-02-23 15:57:10 +01:00
]
}
}