Move i18n scripts under scripts/ (#4044)

* Move i18n scripts under scripts/
This commit is contained in:
Sam El-Husseini
2020-07-14 12:07:56 -07:00
committed by GitHub
parent c0a0745f85
commit 55e6f8000e
9 changed files with 10 additions and 10 deletions

View File

@@ -10,11 +10,11 @@
*
* After modifying this file, either run "build.py" from the parent directory,
* or run (from this directory):
* ../i18n/js_to_json.py
* ../scripts/i18n/js_to_json.py
* to regenerate json/{en,qqq,synonyms}.json.
*
* To convert all of the json files to .js files, run:
* ../i18n/create_messages.py json/*.json
* ../scripts/i18n/create_messages.py json/*.json
*/
'use strict';