chatgptfirewall / i18next-parser.config.js
Mats Klein
init ChatGPTFirewall
8086ffb
raw
history blame contribute delete
No virus
134 Bytes
export default {
locales: ['en', 'de'],
output: 'public/locales/$LOCALE/translation.json',
input: 'src/**/*.{js,jsx,ts,tsx}'
};