You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GPT-Brain/batch-programs/updage_language.bat

12 lines
251 B
Batchfile

@echo off
cd..
echo Activating Virtural environment...
call .\venv\Scripts\activate
echo creating language base...
call python .\batch-programs\create_language_base.py
echo updating .po files...
call python .\batch-programs\update_language.py
pause