mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-19 11:20:04 +08:00
- added localization files - ran pre-commit to ensure the JSONs are correctly formatted - updated next-i18.next.config.js as advised on discord
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
module.exports = {
|
|
i18n: {
|
|
defaultLocale: "en",
|
|
locales: ["bn", "de", "en", "es", "fr", "hu", "ja", "pt-BR", "ru", "vi", "zh"],
|
|
},
|
|
};
|