Closed GoogleCodeExporter closed 8 years ago
# Solution
add BlocklyApps.LANGUAGES like this in the files(ex. maze.js).
// Supported languages.
BlocklyApps.LANGUAGES =
['ace', 'af', 'ar', 'arz', 'az', 'be-tarask.jbg', 'bn', 'br', 'ca', 'cdo',
'cs', 'da', 'de', 'diq', 'el', 'en', 'es', 'eu', 'fa', 'fi', 'fo', 'fr',
'frr', 'gl', 'gn', 'hak', 'he', 'hi', 'hrx', 'hu', 'ia', 'is', 'it', 'ja',
'ka', 'km', 'ko', 'ksh', 'ku-latn', 'ky', 'la', 'lb', 'lrc', 'lt', 'lv',
'mg', 'mk', 'ml', 'mr', 'ms', 'mzn', 'nb', 'ne', 'nl', 'oc', 'pa', 'pl',
'pms', 'ps', 'pt-br', 'pt', 'ro', 'ru', 'sc', 'sco', 'si', 'sk', 'sr', 'sv',
'sw', 'ta', 'te', 'th', 'tlh', 'tr', 'tzm', 'uk', 'vi', 'zh-hans', 'zh-hant'];
Original comment by yyyca...@gmail.com
on 14 Oct 2014 at 2:54
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:28