From 761aaf8bf20779c1ac5942a7b62b2315d8f5218d Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Wed, 9 Jun 2010 16:38:09 +0200 Subject: [PATCH] FAQ 7.2 translation additions This adds a section about documentation translation. The text was taken from the PMA website. --- Documentation.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation.html b/Documentation.html index 72d03b55d..062657fa1 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4379,6 +4379,18 @@ chmod o+rwx tmp list, because this is where we ask for translations of new messages.

+

+ Documentation is being translated using po4a and gettext (see + documentation + for existing translations). To start, checkout + localized_docs/po + from Git, or just go to the translation server + and translate it online. If your language is missing, just contact + Michal Čihař; he will add it. If + you prefer to directly translate the po files, please put updated ones into our + translation tracker. +

+

7.3 I would like to help out with the development of phpMyAdmin. How should I proceed?