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