Files
Open-Assistant/website/next-i18next.config.js
T
Saifeddine ALOUIandGitHub 56b6595d01 Added Arabic locale with right to left support (#1220)
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.
2023-02-06 11:27:59 +09:00

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"],
},
};