Move extract_locales.py to base/tools

This commit is contained in:
luboslenco
2023-02-15 18:24:09 +01:00
parent 664fbf5845
commit 609da573b6
3 changed files with 6 additions and 106 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ git submodule update --init --recursive
**Generating a locale file**
```bash
pip install typing_extensions -t armorpaint/Assets/locale/tools
python ./armorpaint/Assets/locale/tools/extract_locales.py <locale code>
pip install typing_extensions -t base/tools
python ./base/tools/extract_locales.py armorpaint <locale code>
# Generates an `armorpaint/Assets/locale/<locale code>.json` file
```