Added Italian language.

This commit is contained in:
Mike Cao 2020-12-12 01:10:58 -08:00
parent f506c68334
commit bb9a7b4d1e
3 changed files with 7 additions and 1 deletions

View file

@ -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' },