1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Added english translation file

(Language selection is broken without it on Mac when the user's languages
list contains more than one language)
This commit is contained in:
2018-09-16 17:49:47 +02:00
parent 9ced0fd3a7
commit f10857eddc
2 changed files with 18 additions and 2 deletions

View File

@ -251,7 +251,8 @@ SOURCES += src/main.cpp \
src/common/greatcircle.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts \
lang/gpxsee_de.ts \
lang/gpxsee_ru.ts \
@ -263,7 +264,8 @@ macx {
ICON = icons/gpxsee.icns
QMAKE_INFO_PLIST = pkg/Info.plist
LOCALE.path = Contents/Resources/translations
LOCALE.files = lang/gpxsee_cs.qm \
LOCALE.files = lang/gpxsee_en.qm \
lang/gpxsee_cs.qm \
lang/gpxsee_de.qm \
lang/gpxsee_fi.qm \
lang/gpxsee_fr.qm \