feat(admin): Add Japanese language support (#5795)

This commit is contained in:
hmmhmmhm
2023-12-20 00:06:37 +09:00
committed by GitHub
parent 7ecea34487
commit a3460e5a1a
2 changed files with 2012 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -74,9 +74,13 @@ export const supportedLanguages = [
locale: "bg",
name: "Български",
},
{
{
locale: "ko",
name: "한국어",
name: "한국어"
},
{
locale: "ja",
name: "日本語"
},
{
locale: "cs",