2024-06-25 19:02:02 +04:00
|
|
|
|
|
|
|
|
# Localization Helper
|
|
|
|
|
|
|
|
|
|
A script to help support game translation
|
|
|
|
|
|
|
|
|
|
## The right version of python: 3.10+
|
|
|
|
|
|
|
|
|
|
|
2024-11-19 17:09:14 +04:00
|
|
|
## Dependencies Install
|
2024-06-25 19:02:02 +04:00
|
|
|
|
|
|
|
|
in console
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
```
|
|
|
|
|
or just run
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
install_packages.bat
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
in console
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
python main.py
|
|
|
|
|
```
|
|
|
|
|
or just run
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
run.bat
|
|
|
|
|
```
|
|
|
|
|
|
2024-11-19 17:09:14 +04:00
|
|
|
## Tests
|
|
|
|
|
in console
|
2024-06-25 19:02:02 +04:00
|
|
|
|
2024-11-19 17:09:14 +04:00
|
|
|
```bash
|
|
|
|
|
python run_tests.py
|
|
|
|
|
```
|
|
|
|
|
or just run
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
tests.bat
|
|
|
|
|
```
|
2024-06-25 19:02:02 +04:00
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
Author: asqw: Discord - .asqw, GitHub - comasqw
|
|
|
|
|
|
|
|
|
|
Date: 24.06.2024
|
|
|
|
|
|
|
|
|
|
License: All right reserved for CrystallPunk14 project only
|
|
|
|
|
|