Merge pull request #275 from twinslash/russian_locale_to_inline_editor

Added ru locale to inline_editor
This commit is contained in:
Mario Visic 2012-01-14 01:58:14 -08:00
commit e6a527f0f5

View File

@ -196,6 +196,14 @@ var InlineEditorToolbar = {
'cancel': 'annulla',
'back': 'fine modifica',
'saving': 'sto salvando'
},
'ru': {
'home': 'панель управления',
'edit': 'редактирование',
'save': 'сохранение',
'cancel': 'отмена',
'back': 'закончить редактирование',
'saving': 'сохранение'
}
}
};