From: Daniele Medri Date: Fri, 23 Feb 2018 19:33:48 +0000 (+0100) Subject: Some notes for translators X-Git-Tag: v238~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69a653b64d7c076d41a1b0bd3ce4c7da9ae2999b;p=thirdparty%2Fsystemd.git Some notes for translators --- diff --git a/TRANSLATORS b/TRANSLATORS new file mode 100644 index 00000000000..99c144eb120 --- /dev/null +++ b/TRANSLATORS @@ -0,0 +1,27 @@ +Notes for translators +===================== + +Systemd depends on gettext for multilingual support. +In po/ directory you'll find the needed files. + +POT (Portable Object Template) +------------------------------ +A text file with .pot extension, with all the extracted labels from code. + +To update the template: + +$ cd systemd/ +$ ninja -C build systemd-pot + +To start a new translation: + +$ cd po/ +$ cp systemd.pot .po + +Replace with the two-letters codes of ISO 639 standard. + +PO (Portable Object) +-------------------- +A text file with .po extension, with all the available labels and some additional +metadata fields. Any editor is ok, but a good standard is 'poedit', a graphical +application specifically designed for this kind of task.