Add New Language Arabic (#2051)

This commit is contained in:
HAMAD ABDULLA
2024-05-18 17:50:36 +03:00
committed by GitHub
parent 2bf423132d
commit b7fb086476
2 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ module.exports = {
i18n: { i18n: {
defaultLocale: 'en', defaultLocale: 'en',
locales: [ locales: [
'ar',
'cn', 'cn',
'cr', 'cr',
'cs', 'cs',

View File

@@ -16,6 +16,14 @@ export type Language = {
}; };
export const languages = [ export const languages = [
{
shortName: 'ar',
originalName: 'العربية',
translatedName: 'Arabic',
country: 'BH',
locale: 'ar-bh',
dayJsLocale: 'ar'
},
{ {
shortName: 'en', shortName: 'en',
originalName: 'English', originalName: 'English',