mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 09:46:51 +02:00
17 lines
No EOL
432 B
JavaScript
17 lines
No EOL
432 B
JavaScript
module.exports = {
|
|
createOldCatalogs: true,
|
|
lexers: {
|
|
js: ['JsxLexer'],
|
|
default: ['JavascriptLexer'],
|
|
ts: ['JavascriptLexer'],
|
|
jsx: ['JsxLexer'],
|
|
tsx: ['JsxLexer'],
|
|
},
|
|
skipDefaultValues: (locale, ns) => {return locale !== "en"},
|
|
locales: ['en', 'de'],
|
|
output: 'public/locales/$LOCALE/$NAMESPACE.json',
|
|
input: [
|
|
'src/**/*.tsx',
|
|
'src/*.tsx',
|
|
],
|
|
} |