Added Hebrew language.

This commit is contained in:
Mike Cao 2020-12-04 20:59:26 -08:00
parent 47e7b1543f
commit b176cc52e9
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ export const menuOptions = [
{ label: 'Føroyskt', value: 'fo-FO', display: 'fo' },
{ label: 'Français', value: 'fr-FR', display: 'fr' },
{ label: 'Ελληνικά', value: 'el-GR', display: 'el' },
{ label: 'עברית', value: 'he-IL', display: 'he' },
{ label: 'हिन्दी', value: 'hi-IN', display: 'hi' },
{ label: 'Bahasa Indonesia', value: 'id-ID', display: 'id' },
{ label: '日本語', value: 'ja-JP', display: 'ja' },
@ -136,7 +137,6 @@ export const menuOptions = [
{ label: 'தமிழ்', value: 'ta-IN', display: 'ta' },
{ label: 'Türkçe', value: 'tr-TR', display: 'tr' },
{ label: 'українська', value: 'uk-UA', display: 'uk' },
{ label: 'עברית', value: 'he-IL', display: 'he' },
];
export function dateFormat(date, str, locale) {

File diff suppressed because one or more lines are too long