Skip to content

Commit a7015fd

Browse files
committed
feat(DEV-5737): Add Japanese locale support
1 parent 5e7e16f commit a7015fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/settings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const locales = {
5858
ES_ES: 'es_ES', // Spanish (Spain)
5959
ES_MX: 'es_MX', // Spanish (Mexico)
6060
FR_FR: 'fr_FR', // French (France)
61+
JA_JP: 'ja_JP', // Japanese (Japan)
6162
NL_NL: 'nl_NL', // Dutch (Netherlands)
6263
PL_PL: 'pl_PL', // Polish (Poland)
6364
PT_BR: 'pt_BR', // Portuguese (Brazil)

0 commit comments

Comments
 (0)