Closed hellais closed 4 years ago
To generate the explorer/en/strings.json file you should run: explorer-sync-csv-source.sh
explorer/en/strings.json
explorer-sync-csv-source.sh
To check that it's consistent with the code generated json, you should run:
python json-key-check.py --json-strings explorer/en/strings.json --json-code path/to/explorer/generated_strings.json
Pushed some uncommitted code lying in my working tree. I had extended the script to also show keys which are not being used in the code anymore.
To generate the
explorer/en/strings.json
file you should run:explorer-sync-csv-source.sh
To check that it's consistent with the code generated json, you should run: