mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-02 12:20:35 +08:00
I have added arabic locale and modified the _app.tsx code to automatically detect the current language direction and applies it to the while website.
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
module.exports = {
|
|
i18n: {
|
|
defaultLocale: "en",
|
|
locales: ["ar", "bn", "de", "en", "es", "fr", "hu", "ja", "ko", "pt-BR", "ru", "uk-UA", "vi", "zh", "tr"],
|
|
},
|
|
};
|