From 9887151bfd9e21fba49bf8efa171640266ba84c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 16 Feb 2019 19:54:50 +0100 Subject: [PATCH] Enabled pt_BR localization --- gpxsee.pro | 6 ++++-- pkg/gpxsee.nsi | 1 + pkg/gpxsee64.nsi | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gpxsee.pro b/gpxsee.pro index 7ffa8523..86e334b8 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -293,7 +293,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \ lang/gpxsee_nb.ts \ lang/gpxsee_da.ts \ lang/gpxsee_tr.ts \ - lang/gpxsee_es.ts + lang/gpxsee_es.ts \ + lang/gpxsee_pt_BR.ts macx { ICON = icons/gpxsee.icns @@ -310,7 +311,8 @@ macx { lang/gpxsee_nb.qm \ lang/gpxsee_da.qm \ lang/gpxsee_tr.qm \ - lang/gpxsee_es.qm + lang/gpxsee_es.qm \ + lang/gpxsee_pt_BR.qm csv.path = Contents/Resources csv.files = pkg/csv maps.path = Contents/Resources diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 21063c2b..da9ca8d9 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -188,6 +188,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "German" "de" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" + !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR" !insertmacro LOCALIZATION "Russian" "ru" !insertmacro LOCALIZATION "Spanish" "es" !insertmacro LOCALIZATION "Swedish" "sv" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 826797f6..40041242 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -190,6 +190,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "German" "de" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" + !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR" !insertmacro LOCALIZATION "Russian" "ru" !insertmacro LOCALIZATION "Spanish" "es" !insertmacro LOCALIZATION "Swedish" "sv"