Commit 32593b75 authored by JC Brand's avatar JC Brand

Merge branch 'master' of git://github.com/bkocherov/converse.js into bkocherov-master

Conflicts:
	locale/locales.js

Conflicts:
	index.html

Add Russian translation by bkocherov (actually made against master branch)
parent 3417e8fc
......@@ -4,9 +4,10 @@ Changelog
0.6.5 (Unreleased)
------------------
* Fetch vCards asynchronously once a roster contacts is added. [jcbrand]
* Hungarian translation. [w3host]
* Update CSS to avoid clash with bootstrap. [seocam]
* Fetch vCards asynchronously once a roster contacts is added [jcbrand]
* Hungarian translation [w3host]
* Russian translation [bkocherov]
* Update CSS to avoid clash with bootstrap [seocam]
0.6.4 (2013-09-15)
------------------
......
......@@ -41,11 +41,13 @@ module.exports = function(grunt) {
"jed": "components/jed/jed",
"locales": "locale/locales",
"af": "locale/af/LC_MESSAGES/af",
"en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de",
"en": "locale/en/LC_MESSAGES/en",
"es": "locale/es/LC_MESSAGES/es",
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"ru": "locale/ru/LC_MESSAGES/ru",
"tinysort": "components/tinysort/src/jquery.tinysort",
"underscore": "components/underscore/underscore",
"backbone": "components/backbone/backbone",
......
......@@ -8,12 +8,14 @@
"jed": "components/jed/jed",
"locales": "locale/locales",
"af": "locale/af/LC_MESSAGES/af",
"en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de",
"en": "locale/en/LC_MESSAGES/en",
"es": "locale/es/LC_MESSAGES/es",
"fr": "locale/fr/LC_MESSAGES/fr",
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"ru": "locale/ru/LC_MESSAGES/ru",
"jquery.tinysort": "components/tinysort/src/jquery.tinysort",
"underscore": "components/underscore/underscore",
"backbone": "components/backbone/backbone",
......
......@@ -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, es, fr, it, pt-BR)</li>
<li>Translated into multiple languages (af, de, es, fr, it, hu, pt-BR, ru)</li>
</ul>
<h2>Screencasts</h2>
......
......@@ -14,9 +14,10 @@
"en": "locale/en/LC_MESSAGES/en",
"es": "locale/es/LC_MESSAGES/es",
"fr": "locale/fr/LC_MESSAGES/fr",
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"hu": "locale/hu/LC_MESSAGES/hu"
"ru": "locale/ru/LC_MESSAGES/ru"
}
});
......@@ -27,19 +28,21 @@
'en',
'es',
'fr',
'hu',
'it',
'pt_BR',
'hu'
], function (jed, af, de, en, es, fr, it, pt_BR, hu) {
'ru'
], function (jed, af, de, en, es, fr, hu, it, pt_BR, ru) {
root.locales = {
'af': af,
'de': de,
'en': en,
'es': es,
'fr': fr,
'hu': hu,
'it': it,
'pt-br': pt_BR,
'hu': hu
'ru': ru
};
});
})(this);
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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