Script to collect warnings from "check_translations.sh"
So we can commit it, for quick examination & later reference.
This commit is contained in:
parent
e8241d5b6a
commit
cb7024ddac
1 changed files with 11 additions and 0 deletions
11
src/po/collect-trans-warnings.sh
Executable file
11
src/po/collect-trans-warnings.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo Collecting warnings from \"check_translations.sh\" into \"check_translations_warnings.txt\"
|
||||||
|
echo
|
||||||
|
rm -f check_translations_warnings.txt
|
||||||
|
date --rfc-3339=s > check_translations_warnings.txt
|
||||||
|
./check_translations.sh | grep --line-buffered _WARNING_ | tee -a check_translations_warnings.txt
|
||||||
|
echo
|
||||||
|
echo DONE
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue