Regenerated docs

This commit is contained in:
JC Brand 2013-09-12 11:14:58 +02:00
parent 0ef6a727eb
commit 6c84f1e94c
4 changed files with 12 additions and 3 deletions

Binary file not shown.

View File

@ -604,7 +604,13 @@ You can then create or update the PO file for a specific language by doing the f
msgmerge ./locale/de/LC_MESSAGES/converse.po ./locale/converse.pot -U
This PO file is then what gets translated.
To do this for ALL languages, run:
::
make merge
The resulting PO file is then what gets translated.
If you've created a new PO file, please make sure to add the following
attributes at the top of the file (under *Content-Transfer-Encoding*). They are

View File

@ -552,7 +552,10 @@ function like so:</p>
<p>You can then create or update the PO file for a specific language by doing the following:</p>
<div class="highlight-python"><pre>msgmerge ./locale/de/LC_MESSAGES/converse.po ./locale/converse.pot -U</pre>
</div>
<p>This PO file is then what gets translated.</p>
<p>To do this for ALL languages, run:</p>
<div class="highlight-python"><pre>make merge</pre>
</div>
<p>The resulting PO file is then what gets translated.</p>
<p>If you&#8217;ve created a new PO file, please make sure to add the following
attributes at the top of the file (under <em>Content-Transfer-Encoding</em>). They are
required as configuration settings for Jed, the Javascript translations library

File diff suppressed because one or more lines are too long