mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
* 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. |
||
---|---|---|
.. | ||
common.py | ||
create_messages.py | ||
create_scratch_msgs.js | ||
dedup_json.py | ||
js_to_json.js | ||
js_to_json.py | ||
json_to_js.js | ||
json_to_js.py | ||
tests.py | ||
xliff_to_json.py |