Adding en_AU and en_GB locales to resolve #2500

* Adjusted main.cpp to accomodate the full locale name
This commit is contained in:
Chris 2022-06-04 23:20:52 +10:00
parent fd4db35940
commit 9147e65963
4 changed files with 2582 additions and 17 deletions

View file

@ -1159,12 +1159,14 @@ contains(QMAKE_PLATFORM, freebsd) {
RESOURCES += \
qt/resources.qrc \
TRANSLATIONS += \
qt/i18n/OpenRGB_en.ts \
qt/i18n/OpenRGB_de.ts \
qt/i18n/OpenRGB_es.ts \
qt/i18n/OpenRGB_fr.ts \
qt/i18n/OpenRGB_ru.ts \
TRANSLATIONS += \
qt/i18n/OpenRGB_en.ts \
qt/i18n/OpenRGB_en_AU.ts \
qt/i18n/OpenRGB_en_GB.ts \
qt/i18n/OpenRGB_de.ts \
qt/i18n/OpenRGB_es.ts \
qt/i18n/OpenRGB_fr.ts \
qt/i18n/OpenRGB_ru.ts \
FORMS += \
qt/OpenRGBClientInfoPage.ui \