rhythm/locale-search.sh

7 lines
217 B
Bash
Raw Normal View History

2020-03-05 20:46:08 +00:00
#!/usr/bin/env sh
xgettext --add-comments templates/*.php -o locale/rhythm.pot
msgmerge --update locale/de/LC_MESSAGES/rhythm.po locale/rhythm.pot
msgmerge --update locale/en/LC_MESSAGES/rhythm.po locale/rhythm.pot