Qt: Add translation support ()

* Translation PoC

* i18n but better

* More Greek translation

* Add proper translation UI

* Linux CI: Install qt6-tools-dev
This commit is contained in:
wheremyfoodat 2024-12-04 21:08:33 +02:00 committed by GitHub
parent 28461a1d44
commit bfdc6f0240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1656 additions and 7 deletions
include/panda_qt

View file

@ -126,6 +126,7 @@ class MainWindow : public QMainWindow {
void setupControllerSensors(SDL_GameController* controller);
void sendMessage(const EmulatorMessage& message);
void dispatchMessage(const EmulatorMessage& message);
void loadTranslation();
// Tracks whether we are using an OpenGL-backed renderer or a Vulkan-backed renderer
bool usingGL = false;