Commit graph

135 commits

Author SHA1 Message Date
chrisgarrity
7a0c8cc3bf Sync translations with transifex 2018-11-20 08:30:37 -05:00
chrisgarrity
737fa6fb76 Update scratch-l10n to the latest version
Need to update the version of scratch-l10n because a language (Croation) was added.
2018-11-15 10:41:19 -05:00
chrisgarrity
b7088bb404
Merge pull request from joker314/feat/point-towards-dropdown
Add "random direction" to "point towards" dropdown
2018-11-15 10:31:49 -05:00
chrisgarrity
c31746d075 add ‘random direction’ to translations 2018-11-15 09:58:47 -05:00
chrisgarrity
748de4c54a sync translations with Transifex 2018-11-14 17:05:35 -05:00
chrisgarrity
153ea8c1e8 Sync translations with Transifex
update translations
2018-11-08 08:34:06 -05:00
chrisgarrity
6bf5f4bd2d
sync translations () 2018-10-31 16:54:29 -04:00
chrisgarrity
3bc701a7c6
Automate translation update ()
* Add transifex node package to support syncing scripts
* Add scripts to push source `en.json` to Transifex and download translations to generate `scratch_msgs.js`
* Adds a test to ensure that changes to `msg/messages.js` have been reflected in the source and generated `scratch_msgs.js`
* gets the list of supported languages from scratch-l10n
2018-10-26 09:38:42 -04:00
chrisgarrity
6e88b92d4c Update translations 2018-10-24 17:07:38 -04:00
chrisgarrity
62c88b70d9 Sync translations with transifex
Added arabic
2018-10-10 17:41:53 -04:00
chrisgarrity
1c9eb7cccd Sync translations from Transifex 2018-10-04 08:55:14 -04:00
chrisgarrity
b4746c8a05 Update source files and sync new translations 2018-09-26 11:18:00 -04:00
Ben Wheeler
9e5089aa1a Sync translations with Transifex 2018-09-18 16:15:41 -04:00
chrisgarrity
e196ddc0c7 sync translations with Transifex 2018-08-30 16:33:36 -04:00
chrisgarrity
de1c8fc965 Sync new translations from transifex 2018-08-24 09:15:01 -04:00
chrisgarrity
209005eba5 Add Latvian 2018-08-17 09:46:47 -04:00
chrisgarrity
0b16cb515c Sync translations from Transifex
Add Romanian
2018-08-17 09:22:10 -04:00
chrisgarrity
e2d54e4634 Sync transtions with Transifex
Pull new translations, also add the transifex config so any scratch team developer can manually sync with transifex.
2018-08-10 09:02:57 -04:00
chrisgarrity
0d09104aad Translations update - adds Azerbaijani 2018-08-03 08:13:04 -04:00
chrisgarrity
8db6469cb5 Check for additional placeholders in translations
validation didn’t check for extra placeholders if there were none in the original.
2018-07-19 14:02:20 -04:00
chrisgarrity
0562102dcc Update translations prior to conference 2018-07-19 09:09:33 -04:00
chrisgarrity
afa57b26b2
Merge pull request from chrisgarrity/issue/2546-missing-thing
Issue/2546 missing thing
2018-07-18 13:06:36 -04:00
chrisgarrity
07411f4959 Addressing comment
From @AnmAtAnm: To avoid renames with Closure advanced compilation, prefer Blockly.Msg['PROCEDURE_DEFAULT_NAME'], unless you're including translation in your compilation sources.

Also resync translations to fix conflicts.
2018-07-17 18:49:43 -04:00
chrisgarrity
cac91d8687 update translations 2018-07-17 18:45:16 -04:00
chrisgarrity
bd127b2bbc update translations 2018-07-16 17:17:22 -04:00
chrisgarrity
f56c9318da Updated translations
Included newly translated languages: Russian, Hungarian, Polish.
2018-07-16 16:55:26 -04:00
chrisgarrity
a9655b6d00 Update translations
Update translations to fix 
2018-07-12 17:57:59 -04:00
chrisgarrity
1cd4ae7ba4 Pull latest translations from transifex
Also pulled 3 additional languages that are complete enough: Estonian, Korean, Slovak
2018-07-12 13:04:29 -04:00
Andrew Sliwinski
ca50546757 Manually add stub for "DATA_DELETEALLOFLIST" block 2018-07-12 10:14:52 -04:00
chrisgarrity
8cdc4d493c Regenerate en.json to include new key
Re-sync all translations.
2018-07-09 09:43:09 -04:00
chrisgarrity
10dfffbf0e Update translations 2018-06-25 08:10:05 -04:00
chrisgarrity
1e2e05fa0f Update scratch_msgs with latest translations 2018-06-22 09:27:11 -04:00
chrisgarrity
2fa79edb06 Don’t duplicate Blockly.ScratchMsgs.locales
`locales` is defined in ScratchMsgs. Just ‘provide’ a dummy name to avoid warnings.
2018-06-21 16:59:57 -04:00
chrisgarrity
5cb1651e56 Clarifications and consistency
*  removed all the generated files (<locale>.json, <locale>.js) except for ‘en’ versions and added them to git ignore.
* updated cleanup.sh to use our messages.
* added validation check to fail if any translations include newlines
* skip generating js files other than ‘en’ as we don’t use them
* Revised messages.js to use _single_ quoted strings instead of double (consistent with Blockly - if we need to import more strings), and switch the validations to check for single not double quotes.
* additional small changes for simplicity and ergonomics

Not handling category menu at this time as it’s managed differently in scratch-gui.
2018-06-13 10:50:20 -04:00
chrisgarrity
013e1ccf28 Switching languages
* pulled locales from transifex for languages that are mostly completely translated
* added option to switch language in playground.
* added missing category labels to `messages.js`
2018-06-08 17:54:54 -04:00