Automatic commit Thu Nov 14 03:00:22 PST 2013

This commit is contained in:
ellen.spertus
2013-11-14 03:00:22 -08:00
parent fadc65eda2
commit da8409f818
63 changed files with 3388 additions and 1665 deletions

View File

@@ -23,8 +23,8 @@
*/
// Supported languages.
BlocklyApps.LANGUAGES = ['ar', 'en', 'de', 'es', 'fa', 'fr', 'hu', 'it',
'pt-br', 'ro', 'ru', 'uk', 'vi',
BlocklyApps.LANGUAGES = ['ar', 'en', 'de', 'el', 'es', 'fa', 'fr', 'hu', 'it',
'nl', 'pt-br', 'ro', 'ru', 'sv', 'uk', 'vi',
'zh-hans', 'zh-hant', 'zh-tw'];
BlocklyApps.LANG = BlocklyApps.getLang();