summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAge
* i18n: Provide i_ (identity function, tags for translation)Ian Jackson2018-09-30
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* 118n: Translate one message as a sampleIan Jackson2018-09-29
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* i18n: Start en_US.poIan Jackson2018-09-29
| | | | | | | | | | | | This is going to be our test/demo translation. Generated using make -C po en_US.po and then editing these header fields by hand PO-Revision-Date Last-Translator Language-Team Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* i18n: Generate initial messages.potIan Jackson2018-09-29
| | | | | | `make -C po' Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* i18n: Rename ___ to f_Ian Jackson2018-09-29
| | | | | | | | I have decided that's a better name. Not _f because, unlike printf (where f is done first, and then print), here the _ is done first and then f. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* i18n: Machinery in po/Ian Jackson2018-09-29
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* i18n: Copy po/Makefile and remove-potcdate.plfrom debconfIan Jackson2018-09-28
These are from debconf.git a326240dd50487732d8546858994d48b45bf0b20. There doesn't seem to be a common library for this kind of thing. I'm going to take debconf as a good example and nick the code. Copyright: the debian/copyright file of debconf says it's BSD-2-clause. So add that, and copyright notices based on "git log" (which does seem comprehensive). Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>