feat: Enable Japanese translations (#2282)
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
|||||||
fr,
|
fr,
|
||||||
es,
|
es,
|
||||||
it,
|
it,
|
||||||
|
ja,
|
||||||
ko,
|
ko,
|
||||||
ptBR,
|
ptBR,
|
||||||
pt,
|
pt,
|
||||||
@@ -23,6 +24,7 @@ const locales = {
|
|||||||
es_ES: es,
|
es_ES: es,
|
||||||
fr_FR: fr,
|
fr_FR: fr,
|
||||||
it_IT: it,
|
it_IT: it,
|
||||||
|
ja_JP: ja,
|
||||||
ko_KR: ko,
|
ko_KR: ko,
|
||||||
pt_BR: ptBR,
|
pt_BR: ptBR,
|
||||||
pt_PT: pt,
|
pt_PT: pt,
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export const languageOptions = [
|
|||||||
{ label: "Español (España)", value: "es_ES" },
|
{ label: "Español (España)", value: "es_ES" },
|
||||||
{ label: "Français (France)", value: "fr_FR" },
|
{ label: "Français (France)", value: "fr_FR" },
|
||||||
{ label: "Italiano (Italia)", value: "it_IT" },
|
{ label: "Italiano (Italia)", value: "it_IT" },
|
||||||
|
{ label: "日本語 (Japanese)", value: "ja_JP" },
|
||||||
{ label: "한국어 (Korean)", value: "ko_KR" },
|
{ label: "한국어 (Korean)", value: "ko_KR" },
|
||||||
{ label: "Português (Brazil)", value: "pt_BR" },
|
{ label: "Português (Brazil)", value: "pt_BR" },
|
||||||
{ label: "Português (Portugal)", value: "pt_PT" },
|
{ label: "Português (Portugal)", value: "pt_PT" },
|
||||||
|
|||||||
Reference in New Issue
Block a user