Merge pull request #275 from twinslash/russian_locale_to_inline_editor
Added ru locale to inline_editor
This commit is contained in:
commit
e6a527f0f5
@ -196,6 +196,14 @@ var InlineEditorToolbar = {
|
|||||||
'cancel': 'annulla',
|
'cancel': 'annulla',
|
||||||
'back': 'fine modifica',
|
'back': 'fine modifica',
|
||||||
'saving': 'sto salvando'
|
'saving': 'sto salvando'
|
||||||
|
},
|
||||||
|
'ru': {
|
||||||
|
'home': 'панель управления',
|
||||||
|
'edit': 'редактирование',
|
||||||
|
'save': 'сохранение',
|
||||||
|
'cancel': 'отмена',
|
||||||
|
'back': 'закончить редактирование',
|
||||||
|
'saving': 'сохранение'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user