Skip to content

Commit e3c1eb1

Browse files
Add translation example to the Resources\Translations\Tools folder
1 parent 3a475fe commit e3c1eb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ jobs:
7676
mkdir build\exe\Resources\Translations\Tools
7777
copy /y C:\Qt\5.15.2\mingw81_64\bin\lrelease.exe build\exe\Resources\Translations\Tools
7878
copy /y C:\Qt\5.15.2\mingw81_64\bin\linguist.exe build\exe\Resources\Translations\Tools
79+
copy /y src\GUI\Translations\ru.ts build\exe\Resources\Translations\Tools
7980
echo lrelease.exe -- CLI Qt compilation tool to compile *.ts files to the *.qm. Run lrelease.exe --help to see more info about how to use it. >> build\exe\Resources\Translations\Tools\readme.txt
8081
echo linguist.exe -- GUI Qt translation tool to edit *.ts files. >> build\exe\Resources\Translations\Tools\readme.txt
82+
echo ru.ts -- Translation file example. >> build\exe\Resources\Translations\Tools\readme.txt
8183
8284
:: Add any file to "Logs" folder for the next shipping
8385
mkdir build\exe\Logs >nul 2> nul

0 commit comments

Comments
 (0)