mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
add forgotten file
This commit is contained in:
parent
3c2ebe0abf
commit
fbb486634f
21
i18next-parser.config.mjs
Normal file
21
i18next-parser.config.mjs
Normal file
@ -0,0 +1,21 @@
|
||||
export default {
|
||||
input: ['src/**/*.{js,jsx}', 'public/*.js'],
|
||||
|
||||
output: 'public/locales/$LOCALE/$NAMESPACE.json',
|
||||
indentation: 4,
|
||||
|
||||
sort: true,
|
||||
|
||||
locales: ['en'],
|
||||
|
||||
lexers: {
|
||||
js: ['JavascriptLexer'],
|
||||
jsx: ['JsxLexer'],
|
||||
},
|
||||
|
||||
defaultValue: (lng, ns, key) => key,
|
||||
|
||||
// Keep in sync between i18next-parser.config.js and i18n-common.js:
|
||||
keySeparator: false,
|
||||
namespaceSeparator: false,
|
||||
};
|
Loading…
Reference in New Issue
Block a user