po/README: Make the documentation use consistent notation

merge-requests/539/head
Olaf Meeuwissen 2020-09-13 16:24:46 +09:00
rodzic e22b393e38
commit 0077988e83
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B8A4A88AF84A2DD9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ Translators: I want to update existing translations
---------------------------------------------------
* cd po ; make update-po
* Edit lang.po, add/change translations. (with lang = your
* Edit $lang.po, add/change translations. (with $lang = your
language, e.g. "de"). You need an editor that is capable of using the
encoding UTF8 (unicode).
* Add your name to the header. Update the "last translator" field.
@ -49,7 +49,7 @@ Backend developers: I want to add internationalization support for my backend
* Edit po/POTFILES.in. Add all source code files that contain strings marked
by SANE_I18N() to that file.
* If you want to also add a new language, see above.
* ./configure
* ./config.status || ./configure
* See "Update existing translations" or "Add a new language".