Adding en_AU and en_GB locales to resolve #2500
* Adjusted main.cpp to accomodate the full locale name
This commit is contained in:
parent
fd4db35940
commit
9147e65963
4 changed files with 2582 additions and 17 deletions
14
OpenRGB.pro
14
OpenRGB.pro
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue