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

This commit is contained in:
hmmhmmhm
2023-12-19 15:06:37 +00: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
+6 -2
View File
@@ -74,9 +74,13 @@ export const supportedLanguages = [
locale: "bg",
name: "Български",
},
{
{
locale: "ko",
name: "한국어",
name: "한국어"
},
{
locale: "ja",
name: "日本語"
},
{
locale: "cs",