blob: 2e5e83b6f2e796d5b3ae477f7b22406a8b5c5f5c (
plain)
1
2
3
4
5
6
|
# How to translate
In order to translate this program, you need the gettext package installed.
Go into the po folder and run «msginit».
This should produce a «LL.po» file, where «LL» is the configured language your system is running.
Use a po file editor, such as Poedit or Lokalize, and translate the strings.
|