tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 2a675d0e697c26b99e8692e3279a128d0ac50c75
parent a46da1cc238be1740588c6751fa625e9adb71981
Author: gdrooid <gdrooid@openmailbox.org>
Date:   Sun, 23 Nov 2014 22:49:06 +0100

[i18m] Fix generation of translatable strings to also include _success.

Diffstat:
Mextras/po/generate_translatable_strings.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/po/generate_translatable_strings.sh b/extras/po/generate_translatable_strings.sh @@ -36,7 +36,7 @@ EOF # # 5. awk reads the column-formatted input and outputs valid pot lines. -PRINTFUNC="_\(sucess\|warning\|failure\|message\|print\)" +PRINTFUNC="_\(success\|warning\|failure\|message\|print\)" sed -n -e "s/^.*$PRINTFUNC \(\".*\"\).*$/\1\t\2/p" ../../tomb \ | cat -n | sort -uk3 | sort -nk1 | cut -f2- | awk \