mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
Added Hebrew language.
This commit is contained in:
parent
47e7b1543f
commit
b176cc52e9
@ -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) {
|
||||
|
1
public/country/he-IL.json
Normal file
1
public/country/he-IL.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user