Added Japanese translation

This commit is contained in:
Manolis Papadeas 2020-12-12 15:05:03 +02:00
parent a3b1c198f2
commit 359f0d473c
5 changed files with 9 additions and 4 deletions

View file

@ -516,7 +516,7 @@ Hold %s to make a line""") % [InputMap.get_action_list("left_eraser_tool")[0].as
func is_cjk(locale : String) -> bool:
return "zh" in locale or "ko" in locale
return "zh" in locale or "ko" in locale or "ja" in locale
func _exit_tree() -> void: