diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:24:46 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:24:46 +0100 |
commit | ecaaf250cb33ff61f37a7b441f2337584a655350 (patch) | |
tree | 4303648095deff998ae20c2393b56db527742ac9 /po/README | |
parent | 5793a221e112fa49073de0137d6bfa750a61b0a1 (diff) | |
parent | 351b7328520c16730ceb46e5acae16038c42185e (diff) |
Update upstream source from tag 'upstream/1.0.32'
Update to upstream version '1.0.32'
with Debian dir 2c1111c59d9d68bcbf479a4a4de7697fe2de127f
Diffstat (limited to 'po/README')
-rw-r--r-- | po/README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. @@ -29,8 +29,9 @@ Translators: I want to add a new language ----------------------------------------- * Add the language code to po/LINGUAS -* automake (if you have not enabled maintainer mode) -* ./configure +* ./config.status || ./configure +* cp po/sane-backends.pot po/$lang.po + Replace $lang with the language code you added to po/LINGUAS. * Go ahead with "I want to update existing translations". @@ -48,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". |