mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added Hungarian language.
This commit is contained in:
parent
d03f2b19b4
commit
73e83ad767
4 changed files with 107 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ import {
|
|||
zhCN,
|
||||
zhTW,
|
||||
ca,
|
||||
hu,
|
||||
} from 'date-fns/locale';
|
||||
import arSAMessages from 'lang-compiled/ar-SA.json';
|
||||
import enMessages from 'lang-compiled/en-US.json';
|
||||
|
|
@ -65,6 +66,7 @@ import itMessages from 'lang-compiled/it-IT.json';
|
|||
import faIRMessages from 'lang-compiled/fa-IR.json';
|
||||
import msMYMessages from 'lang-compiled/ms-MY.json';
|
||||
import caMessages from 'lang-compiled/ca-ES.json';
|
||||
import huMessages from 'lang-compiled/hu-HU.json';
|
||||
|
||||
export const messages = {
|
||||
'ar-SA': arSAMessages,
|
||||
|
|
@ -100,6 +102,7 @@ export const messages = {
|
|||
'fa-IR': faIRMessages,
|
||||
'ms-MY': msMYMessages,
|
||||
'ca-ES': caMessages,
|
||||
'hu-HU': huMessages,
|
||||
};
|
||||
|
||||
export const rtlLocales = ['ar-SA', 'fa-IR'];
|
||||
|
|
@ -138,6 +141,7 @@ export const dateLocales = {
|
|||
'fa-IR': faIR,
|
||||
'ms-MY': ms,
|
||||
'ca-ES': ca,
|
||||
'hu-HU': hu,
|
||||
};
|
||||
|
||||
export const menuOptions = [
|
||||
|
|
@ -156,6 +160,7 @@ export const menuOptions = [
|
|||
{ label: 'Ελληνικά', value: 'el-GR', display: 'el' },
|
||||
{ label: 'עברית', value: 'he-IL', display: 'he' },
|
||||
{ label: 'हिन्दी', value: 'hi-IN', display: 'hi' },
|
||||
{ label: 'Hungarian', value: 'hu-HU', display: 'hu' },
|
||||
{ label: 'Italiano', value: 'it-IT', display: 'it' },
|
||||
{ label: 'Bahasa Indonesia', value: 'id-ID', display: 'id' },
|
||||
{ label: '日本語', value: 'ja-JP', display: 'ja' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue