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
e7180f20
Commit
e7180f20
authored
May 01, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Ukranian translations
parent
4c065642
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1698 additions
and
5 deletions
+1698
-5
README.rst
README.rst
+1
-1
docs/CHANGES.rst
docs/CHANGES.rst
+3
-2
index.html
index.html
+1
-1
locale/uk/LC_MESSAGES/converse.json
locale/uk/LC_MESSAGES/converse.json
+804
-0
locale/uk/LC_MESSAGES/converse.po
locale/uk/LC_MESSAGES/converse.po
+885
-0
main.js
main.js
+1
-0
src/locales.js
src/locales.js
+3
-1
No files found.
README.rst
View file @
e7180f20
...
...
@@ -33,7 +33,7 @@ It has the following features:
* Messages appear in all connnected chat clients `XEP 280 <http://xmpp.org/extensions/xep-0280.html>`_
* Typing and chat state notifications `XEP 85 <http://xmpp.org/extensions/xep-0085.html>`_
* Third person messages (/me )
* Translated into 1
5
languages
* Translated into 1
6
languages
* Off-the-record encryption
-----------
...
...
docs/CHANGES.rst
View file @
e7180f20
Changelog
=========
0.9.3 (Un
defin
ed)
-----------------
0.9.3 (Un
releas
ed)
-----------------
-
* Add the ability to log in anonymously. [jcbrand]
* Add the ability to log in automatically. [jcbrand]
* Remove ``type=email`` from JID field in login form. Resulting validation error confuses people. [jcbrand]
* Add Ukranian translations [Andriy Kopystyansky]
* #344 Enable the path to the sound files to be configured [thierrytiti and jcbrand]
* #370 Unable to register a new user to ejabberd 2.1.11. [gbonvehi]
* #372 Some offline users have a visible empty <dd> in the roster. [floriancargoet]
...
...
index.html
View file @
e7180f20
...
...
@@ -151,7 +151,7 @@
<li>
Custom status messages
</li>
<li>
Typing notifications
</li>
<li>
Third person messages (/me )
</li>
<li>
Translated into 1
5
languages
</li>
<li>
Translated into 1
6
languages
</li>
<li>
Off-the-record encryption
</ul>
</div>
...
...
locale/uk/LC_MESSAGES/converse.json
0 → 100644
View file @
e7180f20
This diff is collapsed.
Click to expand it.
locale/uk/LC_MESSAGES/converse.po
0 → 100644
View file @
e7180f20
This diff is collapsed.
Click to expand it.
main.js
View file @
e7180f20
...
...
@@ -79,6 +79,7 @@ require.config({
"
pl
"
:
"
locale/pl/LC_MESSAGES/converse.json
"
,
"
pt_BR
"
:
"
locale/pt_BR/LC_MESSAGES/converse.json
"
,
"
ru
"
:
"
locale/ru/LC_MESSAGES/converse.json
"
,
"
uk
"
:
"
locale/uk/LC_MESSAGES/converse.json
"
,
"
zh
"
:
"
locale/zh/LC_MESSAGES/converse.json
"
,
// Templates
...
...
src/locales.js
View file @
e7180f20
...
...
@@ -21,6 +21,7 @@
'
text!pl
'
,
'
text!pt_BR
'
,
'
text!ru
'
,
'
text!uk
'
,
'
text!zh
'
],
function
(
$
,
Jed
)
{
root
.
locales
=
{
...
...
@@ -39,7 +40,8 @@
'
pl
'
:
arguments
[
14
],
'
pt-br
'
:
arguments
[
15
],
'
ru
'
:
arguments
[
16
],
'
zh
'
:
arguments
[
17
]
'
uk
'
:
arguments
[
17
],
'
zh
'
:
arguments
[
18
]
};
return
root
.
locales
;
});
...
...
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