feat(locales): add ja locale (#2960)

This commit is contained in:
Erez Rokah
2019-12-12 10:51:10 +02:00
committed by GitHub
parent feccfa2821
commit 10a735de2f
2 changed files with 185 additions and 0 deletions

View File

@ -7,3 +7,4 @@ export { default as nl } from './nl';
export { default as tr } from './tr';
export { default as pl } from './pl';
export { default as ru } from './ru';
export { default as ja } from './ja';