]> git.proxmox.com Git - systemd.git/blame - doc/TRANSLATORS
New upstream version 239
[systemd.git] / doc / TRANSLATORS
CommitLineData
98393f85
MB
1Notes for translators
2=====================
3
4systemd depends on gettext for multilingual support.
5In po/ directory you'll find the needed files.
6
7POT (Portable Object Template)
8------------------------------
9A text file with .pot extension, with all the extracted labels from code.
10
11To update the template:
12
13$ cd systemd/
14$ ninja -C build systemd-pot
15
16To start a new translation:
17
18$ cd po/
19$ cp systemd.pot <YOUR-LANG-CODE>.po
20
21Replace <YOUR-LANG-CODE> with the two-letters codes of ISO 639 standard.
22
23PO (Portable Object)
24--------------------
25A text file with .po extension, with all the available labels and some additional
26metadata fields. Any editor is ok, but a good standard is 'poedit', a graphical
27application specifically designed for this kind of task.