feat: Enable Japanese translations (#2282)

This commit is contained in:
Tom Moor 2021-07-08 18:32:05 -07:00 committed by GitHub
parent 9a1c8f07d1
commit e41f17c701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import {
fr,
es,
it,
ja,
ko,
ptBR,
pt,
@ -23,6 +24,7 @@ const locales = {
es_ES: es,
fr_FR: fr,
it_IT: it,
ja_JP: ja,
ko_KR: ko,
pt_BR: ptBR,
pt_PT: pt,

View File

@ -13,6 +13,7 @@ export const languageOptions = [
{ label: "Español (España)", value: "es_ES" },
{ label: "Français (France)", value: "fr_FR" },
{ label: "Italiano (Italia)", value: "it_IT" },
{ label: "日本語 (Japanese)", value: "ja_JP" },
{ label: "한국어 (Korean)", value: "ko_KR" },
{ label: "Português (Brazil)", value: "pt_BR" },
{ label: "Português (Portugal)", value: "pt_PT" },