summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-15 19:16:22 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-15 19:16:22 -0400
commit7d901b9a5412e94ab127fcc447536e391eba0399 (patch)
treeacd1493f57e13d9237f33ffec73b1ad0de45d5d1 /doc/plugins/po.mdwn
parent6793d0e2f5adbc2da0ebfca1b5730e67d09e87f6 (diff)
another problem..
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index f738d61de..f6409aae5 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -306,6 +306,20 @@ brings up an edit form to create a new, english page.
This is with po_link_to=current. With default, it doesn't happen..
+Double commits of po files
+--------------------------
+
+When adding a new english page, the po files are created, committed,
+and then committed again. The second commit makes this change:
+
+ -"Content-Type: text/plain; charset=utf-8\n"
+ -"Content-Transfer-Encoding: ENCODING"
+ +"Content-Type: text/plain; charset=UTF-8\n"
+ +"Content-Transfer-Encoding: ENCODING\n"
+
+Same thing happens when a change to an existing page triggers a po file
+update.
+
Documentation
-------------