Add Japanese to the supported languages

This commit is contained in:
Jingwen Yang 2020-11-10 17:50:58 +09:00 committed by zorun
parent 6833c6eee8
commit 106bc2df28

View file

@ -24,4 +24,5 @@ SUPPORTED_LANGUAGES = [
"tr", "tr",
"uk", "uk",
"zh_Hans", "zh_Hans",
"ja",
] ]