mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Enabled Spanish localization
This commit is contained in:
parent
e88c0c34d0
commit
6636bf9f3f
@ -272,7 +272,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \
|
|||||||
lang/gpxsee_pl.ts \
|
lang/gpxsee_pl.ts \
|
||||||
lang/gpxsee_nb.ts \
|
lang/gpxsee_nb.ts \
|
||||||
lang/gpxsee_da.ts \
|
lang/gpxsee_da.ts \
|
||||||
lang/gpxsee_tr.ts
|
lang/gpxsee_tr.ts \
|
||||||
|
lang/gpxsee_es.ts
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
ICON = icons/gpxsee.icns
|
ICON = icons/gpxsee.icns
|
||||||
@ -288,7 +289,8 @@ macx {
|
|||||||
lang/gpxsee_pl.qm \
|
lang/gpxsee_pl.qm \
|
||||||
lang/gpxsee_nb.qm \
|
lang/gpxsee_nb.qm \
|
||||||
lang/gpxsee_da.qm \
|
lang/gpxsee_da.qm \
|
||||||
lang/gpxsee_tr.qm
|
lang/gpxsee_tr.qm \
|
||||||
|
lang/gpxsee_es.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
|
||||||
|
@ -188,6 +188,7 @@ SectionGroup "Localization" SEC_LOCALIZATION
|
|||||||
!insertmacro LOCALIZATION "Norwegian" "nb"
|
!insertmacro LOCALIZATION "Norwegian" "nb"
|
||||||
!insertmacro LOCALIZATION "Polish" "pl"
|
!insertmacro LOCALIZATION "Polish" "pl"
|
||||||
!insertmacro LOCALIZATION "Russian" "ru"
|
!insertmacro LOCALIZATION "Russian" "ru"
|
||||||
|
!insertmacro LOCALIZATION "Spanish" "es"
|
||||||
!insertmacro LOCALIZATION "Swedish" "sv"
|
!insertmacro LOCALIZATION "Swedish" "sv"
|
||||||
!insertmacro LOCALIZATION "Turkish" "tr"
|
!insertmacro LOCALIZATION "Turkish" "tr"
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
@ -190,6 +190,7 @@ SectionGroup "Localization" SEC_LOCALIZATION
|
|||||||
!insertmacro LOCALIZATION "Norwegian" "nb"
|
!insertmacro LOCALIZATION "Norwegian" "nb"
|
||||||
!insertmacro LOCALIZATION "Polish" "pl"
|
!insertmacro LOCALIZATION "Polish" "pl"
|
||||||
!insertmacro LOCALIZATION "Russian" "ru"
|
!insertmacro LOCALIZATION "Russian" "ru"
|
||||||
|
!insertmacro LOCALIZATION "Spanish" "es"
|
||||||
!insertmacro LOCALIZATION "Swedish" "sv"
|
!insertmacro LOCALIZATION "Swedish" "sv"
|
||||||
!insertmacro LOCALIZATION "Turkish" "tr"
|
!insertmacro LOCALIZATION "Turkish" "tr"
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user