]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
maint: Update Admin/plans
authorDaiki Ueno <ueno@gnu.org>
Fri, 2 May 2014 00:16:53 +0000 (09:16 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 2 May 2014 00:17:26 +0000 (09:17 +0900)
Admin/plans

index 3ad34217b4df017f694c49f17a6f0d7ee346ffd9..618b6429b3311fd063954a310288f304cb38a56d 100644 (file)
@@ -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.