Multilanguage support using I18n (German, Spanish, French, Russian)
This commit is contained in:
parent
e4bb578801
commit
f7f41596cc
46 changed files with 6646 additions and 124 deletions
10
OpenRGB.pro
10
OpenRGB.pro
|
|
@ -1089,7 +1089,15 @@ contains(QMAKE_PLATFORM, freebsd) {
|
|||
}
|
||||
|
||||
RESOURCES += \
|
||||
qt/resources.qrc
|
||||
qt/resources.qrc \
|
||||
qt/languages.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 \
|
||||
|
||||
FORMS += \
|
||||
qt/OpenRGBClientInfoPage.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue