add forgotten file

pull/1474/head
Mikael Finstad 2023-02-19 14:37:03 +08:00
rodzic 3c2ebe0abf
commit fbb486634f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -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,
};