comparison packaging/getxt-gen-l10n-array.sh @ 1065:5cf648c233d2

Note that quoted quotes are unhandled instead of FIXME We do not plan to fix that. Not supporting those is acceptable.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 10 Sep 2014 11:52:55 +0200
parents 069f5e5344f6
children 96ecd345c961
comparison
equal deleted inserted replaced
1064:5e63335260f7 1065:5cf648c233d2
19 # ARRAYNAME is the name of the associative bash array to generate. 19 # ARRAYNAME is the name of the associative bash array to generate.
20 # 20 #
21 # If ARRAYFILE exists, values already defined will be preserved, 21 # If ARRAYFILE exists, values already defined will be preserved,
22 # if the MSGID still exists. 22 # if the MSGID still exists.
23 23
24 # FIXME: we can't handle quoted quotes: "\"" -- don't use them for 24 # NOTE: we can't handle quoted quotes: "\"" -- don't use them for
25 # now... 25 # now...
26 26
27 declare -a MSGIDS 27 declare -a MSGIDS
28 declare -A L10N 28 declare -A L10N
29 29

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