Skip to content

Commit

Permalink
include FRENCH reflections
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Sep 4, 2023
1 parent 19b619d commit b622a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/quranReflect/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const LOCALE_TO_REFLECTION_LANGUAGE_MAP = {
id: ReflectionLanguage.MALAY,
ur: ReflectionLanguage.URDU,
ar: ReflectionLanguage.ARABIC,
fr: ReflectionLanguage.FRENCH,
};

/**
Expand Down
1 change: 1 addition & 0 deletions types/QuranReflect/ReflectionLanguage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
enum ReflectionLanguage {
ENGLISH = 'ENGLISH',
SPANISH = 'SPANISH',
FRENCH = 'FRENCH',
MALAY = 'MALAY',
URDU = 'URDU',
ARABIC = 'ARABIC',
Expand Down

0 comments on commit b622a0c

Please sign in to comment.