mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added Italian language.
This commit is contained in:
parent
f506c68334
commit
bb9a7b4d1e
3 changed files with 7 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ import {
|
|||
he,
|
||||
hi,
|
||||
id,
|
||||
it,
|
||||
ja,
|
||||
nb,
|
||||
nl,
|
||||
|
|
@ -51,6 +52,7 @@ 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';
|
||||
import itMessages from 'lang-compiled/it-IT.json';
|
||||
|
||||
export const messages = {
|
||||
'en-US': enMessages,
|
||||
|
|
@ -79,6 +81,7 @@ export const messages = {
|
|||
'ta-IN': taMessages,
|
||||
'hi-IN': hiMessages,
|
||||
'he-IL': heMessages,
|
||||
'it-IT': itMessages,
|
||||
};
|
||||
|
||||
export const dateLocales = {
|
||||
|
|
@ -108,6 +111,7 @@ export const dateLocales = {
|
|||
'ta-In': ta,
|
||||
'hi-IN': hi,
|
||||
'he-IL': he,
|
||||
'it-IT': it,
|
||||
};
|
||||
|
||||
export const menuOptions = [
|
||||
|
|
@ -123,6 +127,7 @@ export const menuOptions = [
|
|||
{ label: 'Ελληνικά', value: 'el-GR', display: 'el' },
|
||||
{ label: 'עברית', value: 'he-IL', display: 'he' },
|
||||
{ label: 'हिन्दी', value: 'hi-IN', display: 'hi' },
|
||||
{ label: 'Italiano', value: 'it-IT', display: 'it' },
|
||||
{ label: 'Bahasa Indonesia', value: 'id-ID', display: 'id' },
|
||||
{ label: '日本語', value: 'ja-JP', display: 'ja' },
|
||||
{ label: 'Монгол', value: 'mn-MN', display: 'mn' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue