blob: 2710bce1a83ef21de47ee2c19a5a01ffaa788875 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Initializing for a new language
$ msginit -i ../routemon.pot -l lang_country.encoding
e.g. $ msginit -i ../routemon.pot -l nl_NL.UTF-8
# Generating .mo files during development
$ dev.sh
|