diff --git a/src/utils/quranReflect/locale.ts b/src/utils/quranReflect/locale.ts index 6075af1646..2e0d65384a 100644 --- a/src/utils/quranReflect/locale.ts +++ b/src/utils/quranReflect/locale.ts @@ -24,6 +24,7 @@ const LOCALE_TO_REFLECTION_LANGUAGE_MAP = { id: ReflectionLanguage.MALAY, ur: ReflectionLanguage.URDU, ar: ReflectionLanguage.ARABIC, + fr: ReflectionLanguage.FRENCH, }; /** diff --git a/types/QuranReflect/ReflectionLanguage.ts b/types/QuranReflect/ReflectionLanguage.ts index 1c3f1f39bf..61765e59ce 100644 --- a/types/QuranReflect/ReflectionLanguage.ts +++ b/types/QuranReflect/ReflectionLanguage.ts @@ -1,6 +1,7 @@ enum ReflectionLanguage { ENGLISH = 'ENGLISH', SPANISH = 'SPANISH', + FRENCH = 'FRENCH', MALAY = 'MALAY', URDU = 'URDU', ARABIC = 'ARABIC',