feat(localization): add Japanese language translation (#772)

* feat(localization): add Japanese language translation

* fix(locales): add Japanese to the manifest

Signed-off-by: Xe Iaso <me@xeiaso.net>

* fix(locales): fix manifest

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
Signed-off-by: Xe Iaso <xe.iaso@techaro.lol>
Co-authored-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <xe.iaso@techaro.lol>
This commit is contained in:
dai
2025-07-09 20:08:34 +09:00
committed by GitHub
parent 0cb6ef76e1
commit 5b8b6d1c94
2 changed files with 75 additions and 2 deletions
+12 -2
View File
@@ -1,3 +1,13 @@
{
"supportedLanguages": ["en", "fr", "es", "pt-BR", "de", "tr", "zh-CN", "zh-TW"]
}
"supportedLanguages": [
"en",
"fr",
"es",
"pt-BR",
"ja",
"de",
"tr",
"zh-CN",
"zh-TW"
]
}