mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 07:30:56 +00:00
[i18m] Fix generation of translatable strings to also include _success.
This commit is contained in:
parent
a46da1cc23
commit
2a675d0e69
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user