Add support for the Russian language

pull/1/head
yflory 2019-03-13 15:48:36 +01:00
parent e59ce100fe
commit 1df36b4921
1 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,15 @@
(function () {
// add your module to this map so it gets used
var map = {
'fr': 'Français',
'es': 'Español',
'pl': 'Polski',
'de': 'Deutsch',
'es': 'Español',
'el': 'Ελληνικά',
'fr': 'Français',
'pl': 'Polski',
'pt-br': 'Português do Brasil',
'ro': 'Română',
'ru': 'Русский',
'zh': '繁體中文',
'el': 'Ελληνικά',
};
var messages = {};