]> git.ipfire.org Git - thirdparty/systemd.git/blame - doc/TRANSLATORS
Merge pull request #8822 from fbuihuu/rfc-tmpfiles-safe-upstream
[thirdparty/systemd.git] / doc / TRANSLATORS
CommitLineData
69a653b6
DM
1Notes for translators
2=====================
3
f09eb768 4systemd depends on gettext for multilingual support.
69a653b6
DM
5In po/ directory you'll find the needed files.
6
7POT (Portable Object Template)
8------------------------------
f09eb768 9A text file with .pot extension, with all the extracted labels from code.
69a653b6
DM
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.