diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-05-02 09:16:53 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-05-02 09:17:26 +0900 |
commit | eed976ccff350b6a4099ee49f0ef9336e7663503 (patch) | |
tree | d490ecaf8f7ae8126de324f2e18625c1824b0aa2 /Admin | |
parent | 2a9a66185e449274cad9edbaa79543474eb20808 (diff) | |
download | external_gettext-eed976ccff350b6a4099ee49f0ef9336e7663503.zip external_gettext-eed976ccff350b6a4099ee49f0ef9336e7663503.tar.gz external_gettext-eed976ccff350b6a4099ee49f0ef9336e7663503.tar.bz2 |
maint: Update Admin/plans
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/plans | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Admin/plans b/Admin/plans index 3ad3421..618b642 100644 --- a/Admin/plans +++ b/Admin/plans @@ -14,8 +14,6 @@ Things we plan to do. Comments welcome. 1. Program to move msgstr contents to msgid contents, 2. Program to update the translations accordingly, much like msgmerge. -- Refer also to the GNOME translation project http://www.klid.dk/gnome/ ? - - Mention Qt linguist (part of Qt 3) - Easier delivery of PO directory for maintainer! Add a target for incoming @@ -36,6 +34,9 @@ Things we plan to do. Comments welcome. > language, it had been really translated !!!!!!! - msgdiff + People recommend the 'poediff' program from Pology: + http://pology.nedohodnik.net + which supports merging the diff back to the PO - automake integration: Add to "make dist" an invocation of "intltool-update --maintain", parametrized through a few variables that @@ -45,8 +46,6 @@ Things we plan to do. Comments welcome. - which files are explicitly not i18n (e.g. generated files like src/po-gram-gen.c) -- AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/version.sh']) - - Generating sr@latin PO file automatically from sr.po. - XLIFF support @@ -146,3 +145,11 @@ Things we plan to do. Comments welcome. - Use libunistring as hard dependency. +- A way to hook xgettext to call external scanner written in the + target programming language. This would be particularly useful for + scripting languages which need run-time information to extract + strings. Some programming languages already provide their own + scanners: pygettext in Python, rgettext in Ruby. + +- --xpath option to xgettext, like -k but works for an XPath + expression. This might need libxml2 as hard dependency. |