You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(Makefile): create targets to update and build translations
- create dedicated Makefile targets: `update-translations` and
`compile-translations` that extract/update/merge and compile the TS
files respectively
- these targets can then later be invoked externally by CI automation
- reuing the dedicated Qt6 cmake macros to do the hard work; no need for
a separate Python script
- add a sample Czech translation to test the changes (to be finished
later separately)
- update the i18n README
Fixes#18820
0 commit comments