diff --git a/next-i18next.config.js b/next-i18next.config.js index 9aea1577e..8ee9c6e11 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -5,6 +5,7 @@ module.exports = { i18n: { defaultLocale: 'en', locales: [ + 'ar', 'cn', 'cr', 'cs', diff --git a/src/tools/language.ts b/src/tools/language.ts index 0b4b4c626..476eccefd 100644 --- a/src/tools/language.ts +++ b/src/tools/language.ts @@ -16,6 +16,14 @@ export type Language = { }; export const languages = [ + { + shortName: 'ar', + originalName: 'العربية', + translatedName: 'Arabic', + country: 'BH', + locale: 'ar-bh', + dayJsLocale: 'ar' + }, { shortName: 'en', originalName: 'English',