Skip to content

Commit

Permalink
Update i18n.js (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrl2000 committed Apr 10, 2024
1 parent 822ce53 commit 05606c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for (let lang in languageList) {
};
}

const rtlLangs = [ "fa", "ar-SY", "ur" ];
const rtlLangs = [ "he-IL", "fa", "ar-SY", "ur" ];

export const currentLocale = () => localStorage.locale
|| languageList[navigator.language] && navigator.language
Expand Down

0 comments on commit 05606c6

Please sign in to comment.