feat: Enable Persian language translations (#2341)

This commit is contained in:
Tom Moor
2021-07-21 13:41:45 -04:00
committed by GitHub
parent 6e07ee3f3e
commit 2aedf4440b
2 changed files with 3 additions and 0 deletions

View File

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

View File

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