Hi, I am trying to look at Blockly with the "Japanese Interface" and I believe that there is one string with a typo...
Don't know the right way to report it, or help correction... but...
The following string seems to have a typograph error at the end (the digit 4)...
File: ja.json
Folder: blockly/msg/json
<< current string
"CONTROLS_WHILEUNTIL_OPERATOR_WHILE": "つつその間、繰り返す4",
>> I think that this is the correct...
"CONTROLS_WHILEUNTIL_OPERATOR_WHILE": "つつその間、繰り返す",
(en.json : because this is the English string...)
"CONTROLS_WHILEUNTIL_OPERATOR_WHILE": "repeat while",
Regards all,
Valter Fukuoka