mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Enabled Ukrainian localization
This commit is contained in:
parent
36b9813e1b
commit
8715e0e37b
@ -347,7 +347,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \
|
|||||||
lang/gpxsee_da.ts \
|
lang/gpxsee_da.ts \
|
||||||
lang/gpxsee_tr.ts \
|
lang/gpxsee_tr.ts \
|
||||||
lang/gpxsee_es.ts \
|
lang/gpxsee_es.ts \
|
||||||
lang/gpxsee_pt_BR.ts
|
lang/gpxsee_pt_BR.ts \
|
||||||
|
lang/gpxsee_uk.ts
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
ICON = icons/gpxsee.icns
|
ICON = icons/gpxsee.icns
|
||||||
@ -365,7 +366,8 @@ macx {
|
|||||||
lang/gpxsee_da.qm \
|
lang/gpxsee_da.qm \
|
||||||
lang/gpxsee_tr.qm \
|
lang/gpxsee_tr.qm \
|
||||||
lang/gpxsee_es.qm \
|
lang/gpxsee_es.qm \
|
||||||
lang/gpxsee_pt_BR.qm
|
lang/gpxsee_pt_BR.qm \
|
||||||
|
lang/gpxsee_uk.qm
|
||||||
csv.path = Contents/Resources
|
csv.path = Contents/Resources
|
||||||
csv.files = pkg/csv
|
csv.files = pkg/csv
|
||||||
maps.path = Contents/Resources
|
maps.path = Contents/Resources
|
||||||
|
@ -195,6 +195,7 @@ SectionGroup "Localization" SEC_LOCALIZATION
|
|||||||
!insertmacro LOCALIZATION "Spanish" "es"
|
!insertmacro LOCALIZATION "Spanish" "es"
|
||||||
!insertmacro LOCALIZATION "Swedish" "sv"
|
!insertmacro LOCALIZATION "Swedish" "sv"
|
||||||
!insertmacro LOCALIZATION "Turkish" "tr"
|
!insertmacro LOCALIZATION "Turkish" "tr"
|
||||||
|
!insertmacro LOCALIZATION "Ukrainian" "uk"
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -197,6 +197,7 @@ SectionGroup "Localization" SEC_LOCALIZATION
|
|||||||
!insertmacro LOCALIZATION "Spanish" "es"
|
!insertmacro LOCALIZATION "Spanish" "es"
|
||||||
!insertmacro LOCALIZATION "Swedish" "sv"
|
!insertmacro LOCALIZATION "Swedish" "sv"
|
||||||
!insertmacro LOCALIZATION "Turkish" "tr"
|
!insertmacro LOCALIZATION "Turkish" "tr"
|
||||||
|
!insertmacro LOCALIZATION "Ukrainian" "uk"
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user