summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-10-15 00:10:32 +0200
committerintrigeri <intrigeri@boum.org>2008-10-18 15:49:11 +0200
commit27bfe18f51b717128b2d920bdfab2516dd8d6ac8 (patch)
treebecf9d2bcb780f314a1df6a8cd6627d4306b6ef3 /doc/plugins/po.mdwn
parentd4f787ef528d9947473b4b99d1088b647d615200 (diff)
po plugin: updated todo wrt. automatic POT/PO update/creation
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index 06ecedc24..9ae6d964a 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -171,18 +171,20 @@ loop would be needed.
Automatic PO files update
-------------------------
-Committing changes to a "master" page must:
+Committing changes to a "master" page:
-1. update the POT file and the PO files for the supported languages;
- this is done in the `needsbuild` hook; the updated PO files must
- then be put under version control
+1. updates the POT file and the PO files for the supported languages;
+ this is done in the `needsbuild` hook; **FIXME**: the updated PO
+ files must then be put under version control
-2. trigger a refresh of the corresponding HTML slave pages: this is
+2. triggers a refresh of the corresponding HTML slave pages: this is
achieved by making any "slave" page dependent on the corresponding
"master" page, in the `needsbuild` hook.
-Also, when the plugin has just been enabled, all the needed POT and PO
-files have to be created.
+**FIXME** Also, when the plugin has just been enabled:
+
+- all the needed POT and PO files have to be created
+- the PO files must be checked into version control
UI consistency: rename "Edit" button on slave pages
---------------------------------------------------