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
cd144a98
Commit
cd144a98
authored
Jan 28, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Hebrew translations
parent
24b20553
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1236 additions
and
5 deletions
+1236
-5
README.rst
README.rst
+1
-1
docs/CHANGES.rst
docs/CHANGES.rst
+3
-2
index.html
index.html
+1
-1
locale/he/LC_MESSAGES/converse.json
locale/he/LC_MESSAGES/converse.json
+605
-0
locale/he/LC_MESSAGES/he.js
locale/he/LC_MESSAGES/he.js
+622
-0
locale/locales.js
locale/locales.js
+4
-1
No files found.
README.rst
View file @
cd144a98
...
...
@@ -29,7 +29,7 @@ It has the following features:
* Custom status messages
* Typing notifications
* Third person messages (/me )
* Translated into multiple languages (af, de, e
s, fr, it, hu, pt-
BR, ru)
* Translated into multiple languages (af, de, e
n, es, fr, he, hu, id, it, ja, nl, pt_
BR, ru)
* Off-the-record encryption support (via `OTR.js <http://arlolra.github.io/otr>`_)
-----------
...
...
docs/CHANGES.rst
View file @
cd144a98
...
...
@@ -5,8 +5,9 @@ Unreleased
----------
* Option to display a call button in the chatbox toolbar, to allow third-party libraries to provide a calling feature. [Aupajo]
* #108 Japanese Translations. [mako09]
* #115 Indonesian Translations. [priyadi]
* #108 Japanese Translations [mako09]
* #114 Hewbrew Translations [GreenLunar]
* #115 Indonesian Translations [priyadi]
0.7.2 (2013-12-18)
------------------
...
...
index.html
View file @
cd144a98
...
...
@@ -54,7 +54,7 @@
<li>
Custom status messages
</li>
<li>
Typing notifications
</li>
<li>
Third person messages (/me )
</li>
<li>
Translated into multiple languages (af, de, e
s, fr, hu, it, nl, pt-
BR, ru)
</li>
<li>
Translated into multiple languages (af, de, e
n, es, fr, he, hu, id, it, ja, nl, pt_
BR, ru)
</li>
<li>
Off-the-record encryption (via
<a
href=
"http://arlolra.github.io/otr/"
target=
"_blank"
>
OTR.js
</a>
)
</li>
</ul>
...
...
locale/he/LC_MESSAGES/converse.json
0 → 100644
View file @
cd144a98
This diff is collapsed.
Click to expand it.
locale/he/LC_MESSAGES/he.js
0 → 100644
View file @
cd144a98
This diff is collapsed.
Click to expand it.
locale/locales.js
View file @
cd144a98
...
...
@@ -14,6 +14,7 @@
"
en
"
:
"
locale/en/LC_MESSAGES/en
"
,
"
es
"
:
"
locale/es/LC_MESSAGES/es
"
,
"
fr
"
:
"
locale/fr/LC_MESSAGES/fr
"
,
"
he
"
:
"
locale/he/LC_MESSAGES/he
"
,
"
hu
"
:
"
locale/hu/LC_MESSAGES/hu
"
,
"
id
"
:
"
locale/id/LC_MESSAGES/id
"
,
"
it
"
:
"
locale/it/LC_MESSAGES/it
"
,
...
...
@@ -31,6 +32,7 @@
'
en
'
,
'
es
'
,
'
fr
'
,
'
he
'
,
'
hu
'
,
'
id
'
,
'
it
'
,
...
...
@@ -38,13 +40,14 @@
'
nl
'
,
'
pt_BR
'
,
'
ru
'
],
function
(
jed
,
af
,
de
,
en
,
es
,
fr
,
hu
,
id
,
it
,
ja
,
nl
,
pt_BR
,
ru
)
{
],
function
(
jed
,
af
,
de
,
en
,
es
,
fr
,
h
e
,
h
u
,
id
,
it
,
ja
,
nl
,
pt_BR
,
ru
)
{
root
.
locales
=
{
'
af
'
:
af
,
'
de
'
:
de
,
'
en
'
:
en
,
'
es
'
:
es
,
'
fr
'
:
fr
,
'
he
'
:
he
,
'
hu
'
:
hu
,
'
id
'
:
id
,
'
it
'
:
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