t[i18m] Fix generation of translatable strings to also include _success. - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 2a675d0e697c26b99e8692e3279a128d0ac50c75 DIR parent a46da1cc238be1740588c6751fa625e9adb71981 HTML Author: gdrooid <gdrooid@openmailbox.org> Date: Sun, 23 Nov 2014 22:49:06 +0100 t[i18m] Fix generation of translatable strings to also include _success. Diffstat: M extras/po/generate_translatable_st… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/extras/po/generate_translatable_strings.sh b/extras/po/generate_translatable_strings.sh t@@ -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 \