mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Qt: Add translation support (#664)
* Translation PoC * i18n but better * More Greek translation * Add proper translation UI * Linux CI: Install qt6-tools-dev
This commit is contained in:
parent
28461a1d44
commit
bfdc6f0240
11 changed files with 1656 additions and 7 deletions
2
.github/workflows/Qt_Build.yml
vendored
2
.github/workflows/Qt_Build.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update && sudo apt install libx11-dev libgl1 libglx-mesa0 mesa-common-dev libfuse2 libwayland-dev libgl1-mesa-dev
|
||||
sudo apt update
|
||||
sudo apt install qt6-base-dev qt6-base-private-dev
|
||||
sudo apt install qt6-base-dev qt6-base-private-dev qt6-tools-dev
|
||||
|
||||
- name: Install newer Clang
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue