4 lines
189 B
Bash
Executable file
4 lines
189 B
Bash
Executable file
#!/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
|