aboutsummaryrefslogtreecommitdiffstats
path: root/TRANSLATIONS.md
blob: ff4641330ecafb1657f8b4fb1895ab4777e00a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
# How to translate

In order to translate this program, you need the gettext package installed.  
If you have a github account, fork this repository.  
Go into the po folder locally 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 'msgid' strings on the 'msgstr' lines inside the quotes.  
You can then create a 'pull request' following github instructions.  
  
To make corrections to an existing LL.po file, you can open the file with a po editor like poedit, make the change and save it.  
Again a pull request may be submitted.