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