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:
parent
0cb6ef76e1
commit
5b8b6d1c94
2 changed files with 75 additions and 2 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue