iwla/tools/gettext.sh

6 lines
242 B
Bash
Raw Normal View History

2014-12-19 18:21:34 +01:00
#!/bin/sh
2022-11-04 20:34:59 +01:00
./tools/pygettext.py -a -d iwla -o iwla.pot -k gettext *.py plugins/pre_analysis/*.py plugins/post_analysis/*.py plugins/display/*.py
# Synchronize with new generated iwla.pot at root
find locales -name '*.po' -exec poedit \{\} \;