5 lines
189 B
Bash
5 lines
189 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
msgfmt locale/de/LC_MESSAGES/rhythm.po --output-file=locale/de/LC_MESSAGES/rhythm.mo
|
||
|
msgfmt locale/en/LC_MESSAGES/rhythm.po --output-file=locale/en/LC_MESSAGES/rhythm.mo
|