6 lines
242 B
Bash
Executable File
6 lines
242 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./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 \{\} \;
|