1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Enabled Danish localization

This commit is contained in:
Martin Tůma 2018-10-09 00:01:18 +02:00
parent 078b272828
commit 46bf281644
3 changed files with 6 additions and 2 deletions

View File

@ -264,7 +264,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_fi.ts \
lang/gpxsee_fr.ts \
lang/gpxsee_pl.ts \
lang/gpxsee_nb.ts
lang/gpxsee_nb.ts \
lang/gpxsee_da.ts
macx {
ICON = icons/gpxsee.icns
@ -278,7 +279,8 @@ macx {
lang/gpxsee_ru.qm \
lang/gpxsee_sv.qm \
lang/gpxsee_pl.qm \
lang/gpxsee_nb.qm
lang/gpxsee_nb.qm \
lang/gpxsee_da.qm
CSV.path = Contents/Resources
CSV.files = pkg/csv
MAPS.path = Contents/Resources

View File

@ -203,6 +203,7 @@ SectionEnd
SectionGroup "Localization" SEC_LOCALIZATION
!insertmacro LOCALIZATION "Czech" "cs"
!insertmacro LOCALIZATION "Danish" "da"
!insertmacro LOCALIZATION "Finnish" "fi"
!insertmacro LOCALIZATION "French" "fr"
!insertmacro LOCALIZATION "German" "de"

View File

@ -205,6 +205,7 @@ SectionEnd
SectionGroup "Localization" SEC_LOCALIZATION
!insertmacro LOCALIZATION "Czech" "cs"
!insertmacro LOCALIZATION "Danish" "da"
!insertmacro LOCALIZATION "Finnish" "fi"
!insertmacro LOCALIZATION "French" "fr"
!insertmacro LOCALIZATION "German" "de"