Skip to content

Commit

Permalink
translations: Refresh the .ts files from the source code with lupdate…
Browse files Browse the repository at this point in the history
…; use lrelease program to compile .qm files from their .ts counterparts.
  • Loading branch information
Swyter committed May 15, 2024
1 parent dbd9fc1 commit 7f704f8
Show file tree
Hide file tree
Showing 8 changed files with 2,190 additions and 1,961 deletions.
4 changes: 4 additions & 0 deletions _build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ $env:Path += ";..\_qt\; ..\_qt\5.12.12\msvc2017\bin\"
# swy: run qmake and generate the msvc nmake makefile
& ..\_qt\5.12.12\msvc2017\bin\qmake ..\openBrf.pro

# swy: refresh the .ts files from the source code with lupdate; lrelease compiles .qm files from .ts
& ..\_qt\5.12.12\msvc2017\bin\lupdate ..\openBrf.pro
& ..\_qt\5.12.12\msvc2017\bin\lrelease ..\openBrf.pro

while (1) {
# swy: start the actual build with jom instead of nmake; for speed
& ..\_qt\jom
Expand Down
Binary file modified translations/openbrf_de.qm
Binary file not shown.
1,215 changes: 640 additions & 575 deletions translations/openbrf_de.ts

Large diffs are not rendered by default.

1,222 changes: 630 additions & 592 deletions translations/openbrf_en.ts

Large diffs are not rendered by default.

Binary file modified translations/openbrf_es.qm
Binary file not shown.
Loading

0 comments on commit 7f704f8

Please sign in to comment.