Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
6c84f1e9
Commit
6c84f1e9
authored
Sep 12, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated docs
parent
0ef6a727
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
docs/doctrees/index.doctree
docs/doctrees/index.doctree
+0
-0
docs/html/_sources/index.txt
docs/html/_sources/index.txt
+7
-1
docs/html/index.html
docs/html/index.html
+4
-1
docs/html/searchindex.js
docs/html/searchindex.js
+1
-1
No files found.
docs/doctrees/index.doctree
View file @
6c84f1e9
No preview for this file type
docs/html/_sources/index.txt
View file @
6c84f1e9
...
...
@@ -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
...
...
docs/html/index.html
View file @
6c84f1e9
...
...
@@ -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
’
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
...
...
docs/html/searchindex.js
View file @
6c84f1e9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment