mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
update lang.js
This commit is contained in:
parent
610ab801d0
commit
9b4feb51ae
@ -8,6 +8,7 @@ import {
|
||||
es,
|
||||
fi,
|
||||
fr,
|
||||
he,
|
||||
hi,
|
||||
id,
|
||||
ja,
|
||||
@ -49,6 +50,7 @@ import csMessages from 'lang-compiled/cs-CZ.json';
|
||||
import plMessages from 'lang-compiled/pl-PL.json';
|
||||
import taMessages from 'lang-compiled/ta-IN.json';
|
||||
import hiMessages from 'lang-compiled/hi-IN.json';
|
||||
import heMessages from 'lang-compiled/he-IL.json';
|
||||
|
||||
export const messages = {
|
||||
'en-US': enMessages,
|
||||
@ -76,6 +78,7 @@ export const messages = {
|
||||
'pl-PL': plMessages,
|
||||
'ta-IN': taMessages,
|
||||
'hi-IN': hiMessages,
|
||||
'he-IL': heMessages,
|
||||
};
|
||||
|
||||
export const dateLocales = {
|
||||
@ -104,6 +107,7 @@ export const dateLocales = {
|
||||
'pl-PL': pl,
|
||||
'ta-In': ta,
|
||||
'hi-IN': hi,
|
||||
'he-IL': he,
|
||||
};
|
||||
|
||||
export const menuOptions = [
|
||||
@ -132,6 +136,7 @@ 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user