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

This commit is contained in:
gdrooid 2014-11-23 22:49:06 +01:00
parent a46da1cc23
commit 2a675d0e69

View File

@ -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 \