🌐(i18n) create package i18n
The package i18n will handle the internationalization of the applications. It will parse the frontend code and extract the translations to be send to the crowdin platform.
This commit is contained in:
10
src/frontend/packages/i18n/i18next-parser.config.mjs
Normal file
10
src/frontend/packages/i18n/i18next-parser.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
const config = {
|
||||
customValueTemplate: {
|
||||
message: '${key}',
|
||||
description: '${description}',
|
||||
},
|
||||
keepRemoved: false,
|
||||
keySeparator: false,
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user