Missed update to private test repo version.
[dcpomatic.git] / hacks / check_i18n
1 #!/bin/bash
2
3 mkdir -p errors
4
5 pofilter -i src/lib/po -o errors/lib --nofuzzy \
6     -t escapes -t nplurals -t printf -t pythonbraceformat -t variables -t xmltags \
7     -t accelerators
8
9 pofilter -i src/wx/po -o errors/wx --nofuzzy \
10     -t escapes -t nplurals -t printf -t pythonbraceformat -t variables -t xmltags \
11     -t accelerators
12
13 pofilter -i src/tools/po -o errors/tools --nofuzzy \
14     -t escapes -t nplurals -t printf -t pythonbraceformat -t variables -t xmltags \
15     -t accelerators