mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add a setting to select the language in the options dialog
All translations have been updated, and translations of the actions in the library have been fixed.
This commit is contained in:
@ -46,7 +46,8 @@ rem Collect cmake-generated .qm translation files from the build tree
|
||||
rem (release\languages is not tracked in git; cmake generates .qm in build subdirs)
|
||||
mkdir languages
|
||||
for /r %src_path%\build %%f in (*.qm) do (
|
||||
copy "%%f" .\languages\ >nul
|
||||
echo %%~nf | findstr /I /R "_source$" >nul
|
||||
if errorlevel 1 copy "%%f" .\languages\ >nul
|
||||
)
|
||||
|
||||
copy %src_path%\vc_redist.%ARCH%.exe .
|
||||
|
||||
Reference in New Issue
Block a user