Lines Matching refs:po
12 You'll find the i18n files in the `po/` directory.
17 It can also merge the template into the existing translations (`*.po`), to pick
22 syntax of the `*.po` files is correct.)
33 This will generate file `po/systemd.pot` in the source tree.
35 Then simply copy it to a new `${lang_code}.po` file, where
43 $ cp po/systemd.pot po/${lang_code}.po
46 Then edit the new `po/${lang_code}.po` file (for example,
51 Start by updating the `*.po` files from the latest template:
54 $ ninja -C build/ systemd-update-po
57 This will touch all the `*.po` files, so you'll want to pay attention when
61 Edit the `*.po` file, looking for empty translations and translations marked as
65 You can use any text editor to update the `*.po` files, but a good choice is
69 Once you're done, create a git commit for the update of the `po/*.po` file you
70 touched. Remember to undo the changes to the other `*.po` files (for instance,
71 using `git checkout -- po/` after you commit the changes you do want to keep.)
75 You can recompile the `*.po` files using the following command:
81 The resulting files will be saved in the `build/po/` directory.