feat: Enable Persian language translations (#2341)
This commit is contained in:
@@ -3,6 +3,7 @@ import { format, formatDistanceToNow } from "date-fns";
|
||||
import {
|
||||
enUS,
|
||||
de,
|
||||
faIR,
|
||||
fr,
|
||||
es,
|
||||
it,
|
||||
@@ -22,6 +23,7 @@ const locales = {
|
||||
en_US: enUS,
|
||||
de_DE: de,
|
||||
es_ES: es,
|
||||
fa_IR: faIR,
|
||||
fr_FR: fr,
|
||||
it_IT: it,
|
||||
ja_JP: ja,
|
||||
|
||||
@@ -11,6 +11,7 @@ export const languageOptions = [
|
||||
{ label: "繁體中文 (Chinese, Traditional)", value: "zh_TW" },
|
||||
{ label: "Deutsch (Deutschland)", value: "de_DE" },
|
||||
{ label: "Español (España)", value: "es_ES" },
|
||||
{ label: "فارسی (Persian)", value: "fa_IR" },
|
||||
{ label: "Français (France)", value: "fr_FR" },
|
||||
{ label: "Italiano (Italia)", value: "it_IT" },
|
||||
{ label: "日本語 (Japanese)", value: "ja_JP" },
|
||||
|
||||
Reference in New Issue
Block a user