feat(locale): add Japanese language (#2794)

This commit is contained in:
Kotering
2024-11-28 18:25:37 +09:00
committed by GitHub
parent 9b58ce05f0
commit ecc4755a17
2 changed files with 54 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export { default as es } from './es'
export { default as fa_ir } from './fa_ir'
export { default as fr } from './fr'
export { default as it } from './it'
export { default as ja } from './ja'
export { default as ko } from './ko'
export { default as nl } from './nl'
export { default as pl } from './pl'