Just as a reminder: please don't forget to shorten the names of the translations files in src/locale: qlandkartegt_de_DE.ts --> qlandkartegt_de.ts etcuh, oh, yes. Just forgot about that. Done.
This change breaks the Mac OS X locales. The attached patch fixes this issue (already included in the '1.2.1 OS X binaries). And, btw, the file MacOSX/map2gcm-libs.sh lacks the svn "executable" flag - maybe you can add it? Thanks, Albrecht.
Index: MacOSX/mklocversion.sh =================================================================== --- MacOSX/mklocversion.sh (revision 2853) +++ MacOSX/mklocversion.sh (working copy) @@ -16,7 +16,7 @@ BUNDLE=$1 shift for n in "$@" ; do - loc=$(echo "$n" | sed -e 's/.*_\(..\)_...qm/\1/') + loc=$(echo "$n" | sed -e 's/^.*qlandkartegt_\(..\).*$/\1/') echo "Mac locale $loc..." rm -rf "$BUNDLE/Contents/Resources/$loc.lproj" mkdir -p "$BUNDLE/Contents/Resources/$loc.lproj"
pgpsFJkL5L29I.pgp
Description: PGP signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense.. http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
