浏览代码

Regenerated docs

JC Brand 11 年之前
父节点
当前提交
6c84f1e94c
共有 4 个文件被更改,包括 11 次插入2 次删除
  1. 二进制
      docs/doctrees/index.doctree
  2. 7 1
      docs/html/_sources/index.txt
  3. 4 1
      docs/html/index.html
  4. 0 0
      docs/html/searchindex.js

二进制
docs/doctrees/index.doctree


+ 7 - 1
docs/html/_sources/index.txt

@@ -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

+ 4 - 1
docs/html/index.html

@@ -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

文件差异内容过多而无法显示
+ 0 - 0
docs/html/searchindex.js


部分文件因为文件数量过多而无法显示