Commit e7180f20 authored by JC Brand's avatar JC Brand

Add Ukranian translations

parent 4c065642
...@@ -33,7 +33,7 @@ It has the following features: ...@@ -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>`_ * 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>`_ * Typing and chat state notifications `XEP 85 <http://xmpp.org/extensions/xep-0085.html>`_
* Third person messages (/me ) * Third person messages (/me )
* Translated into 15 languages * Translated into 16 languages
* Off-the-record encryption * Off-the-record encryption
----------- -----------
......
Changelog Changelog
========= =========
0.9.3 (Undefined) 0.9.3 (Unreleased)
----------------- ------------------
* Add the ability to log in anonymously. [jcbrand] * Add the ability to log in anonymously. [jcbrand]
* Add the ability to log in automatically. [jcbrand] * Add the ability to log in automatically. [jcbrand]
* Remove ``type=email`` from JID field in login form. Resulting validation error confuses people. [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] * #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] * #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] * #372 Some offline users have a visible empty <dd> in the roster. [floriancargoet]
......
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
<li>Custom status messages</li> <li>Custom status messages</li>
<li>Typing notifications</li> <li>Typing notifications</li>
<li>Third person messages (/me )</li> <li>Third person messages (/me )</li>
<li>Translated into 15 languages</li> <li>Translated into 16 languages</li>
<li>Off-the-record encryption <li>Off-the-record encryption
</ul> </ul>
</div> </div>
......
This diff is collapsed.
This diff is collapsed.
...@@ -79,6 +79,7 @@ require.config({ ...@@ -79,6 +79,7 @@ require.config({
"pl": "locale/pl/LC_MESSAGES/converse.json", "pl": "locale/pl/LC_MESSAGES/converse.json",
"pt_BR": "locale/pt_BR/LC_MESSAGES/converse.json", "pt_BR": "locale/pt_BR/LC_MESSAGES/converse.json",
"ru": "locale/ru/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", "zh": "locale/zh/LC_MESSAGES/converse.json",
// Templates // Templates
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
'text!pl', 'text!pl',
'text!pt_BR', 'text!pt_BR',
'text!ru', 'text!ru',
'text!uk',
'text!zh' 'text!zh'
], function ($, Jed) { ], function ($, Jed) {
root.locales = { root.locales = {
...@@ -39,7 +40,8 @@ ...@@ -39,7 +40,8 @@
'pl': arguments[14], 'pl': arguments[14],
'pt-br': arguments[15], 'pt-br': arguments[15],
'ru': arguments[16], 'ru': arguments[16],
'zh': arguments[17] 'uk': arguments[17],
'zh': arguments[18]
}; };
return root.locales; return root.locales;
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment