1
0

contrib/push_locale: update qt5->qt6

This commit is contained in:
SomberNight
2025-04-07 17:16:02 +00:00
parent 5dad7c55fd
commit ef452b1f49
3 changed files with 32 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ $ python3 -m pip install --user -e .
Create translations (optional):
```
$ sudo apt-get install python3-requests gettext qttools5-dev-tools
$ sudo apt-get install python3-requests gettext qt6-l10n-tools
$ ./contrib/pull_locale
```