7 lines
217 B
Bash
7 lines
217 B
Bash
|
#!/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
|