You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Acess apps(apps/index.html or
https://blockly-demo.appspot.com/static/apps/index.html)
2. languageMenu have 47items.
3. however there are 81 js files in apps\index\generate.
What is the expected output? What do you see instead?
I think languageMenu have same number of js files.
What browser are you using?
firefox, Chromme on Windows7
Please provide any additional information below.
All app's languageMenu is not number of js file.
languageMenu js files
-------+-------+-------------------------
code 35 81 (apps\code\generated)
graph 35 81 (apps\graph\generated)
maze 41 81 (apps\maze\generated)
plane 38 81 (apps\plane\generated)
puzzle 62 81 (apps\puzzle\generated)
turtle 30 81 (apps\turtle\generated)
Original issue reported on code.google.com by yyyca...@gmail.com on 13 Oct 2014 at 7:28
The text was updated successfully, but these errors were encountered:
This is intentional. Many of those js files (or rather the json files that
generate the js files) are terribly incomplete. There exist some languages
where "OK" is the only translated message, the rest are in English. Until a
translation has over 80% of the messages translated for an app, we don't show
that language in the menu.
Original comment by neil.fra...@gmail.com on 19 Oct 2014 at 8:48
Original issue reported on code.google.com by
yyyca...@gmail.com
on 13 Oct 2014 at 7:28The text was updated successfully, but these errors were encountered: