mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added Persian language.
This commit is contained in:
parent
cce59eae65
commit
e5ff182302
3 changed files with 7 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import {
|
|||
es,
|
||||
fi,
|
||||
fr,
|
||||
faIR,
|
||||
he,
|
||||
hi,
|
||||
id,
|
||||
|
|
@ -54,6 +55,7 @@ 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';
|
||||
import faIRMessages from 'lang-compiled/fa-IR.json';
|
||||
|
||||
export const messages = {
|
||||
'en-US': enMessages,
|
||||
|
|
@ -84,6 +86,7 @@ export const messages = {
|
|||
'hi-IN': hiMessages,
|
||||
'he-IL': heMessages,
|
||||
'it-IT': itMessages,
|
||||
'fa-IR': faIRMessages,
|
||||
};
|
||||
|
||||
export const dateLocales = {
|
||||
|
|
@ -115,6 +118,7 @@ export const dateLocales = {
|
|||
'hi-IN': hi,
|
||||
'he-IL': he,
|
||||
'it-IT': it,
|
||||
'fa-IR': faIR,
|
||||
};
|
||||
|
||||
export const menuOptions = [
|
||||
|
|
@ -125,6 +129,7 @@ export const menuOptions = [
|
|||
{ label: 'Deutsch', value: 'de-DE', display: 'de' },
|
||||
{ label: 'English', value: 'en-US', display: 'en' },
|
||||
{ label: 'Español', value: 'es-MX', display: 'es' },
|
||||
{ label: 'فارسی', value: 'fa-IR', display: 'fa' },
|
||||
{ label: 'Føroyskt', value: 'fo-FO', display: 'fo' },
|
||||
{ label: 'Français', value: 'fr-FR', display: 'fr' },
|
||||
{ label: 'Ελληνικά', value: 'el-GR', display: 'el' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue