File: translator.md

package info (click to toggle)
minetest-mod-intllib 20180811-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: sh: 21; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# Intllib translator documentation

#### New interface

Use your favorite tools to edit the `.po` files.

#### Old interface

To translate an intllib-supporting mod to your desired language, copy the
`locale/template.txt` file to `locale/LANGUAGE.txt` (where `LANGUAGE` is the
[ISO 639-1 Language Code][ISO639-1] of your language.

Open up the new file in your favorite editor, and translate each line putting
the translated text after the equals sign.

See `localefile.md` for more information about the file format.

[gettext]: https://www.gnu.org/software/gettext/
[ISO639-1]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes