diff packaging/getxt-gen-l10n-array.sh @ 1149:96ecd345c961

Split up l10n matching the new split up installer files.
author Sascha Wilde <wilde@intevation.de>
date Thu, 18 Sep 2014 12:04:30 +0200
parents 5cf648c233d2
children
line wrap: on
line diff
--- a/packaging/getxt-gen-l10n-array.sh	Wed Sep 17 18:53:58 2014 +0200
+++ b/packaging/getxt-gen-l10n-array.sh	Thu Sep 18 12:04:30 2014 +0200
@@ -48,7 +48,7 @@
 
 write_l10n_array()
 {
-  echo "$1=("
+  echo "$1+=("
   for msgid in "${MSGIDS[@]}" ; do
     echo "  [${msgid}]=\"${L10N[$msgid]}\""
   done

http://wald.intevation.org/projects/trustbridge/