translated core placeholders to russian (#114)

This commit is contained in:
khaydarov 2017-01-24 19:46:59 +03:00 committed by Peter Savchenko
parent 8e6cf4eb6f
commit 6a63c76b15
6 changed files with 19 additions and 10 deletions

View file

@ -29,6 +29,11 @@
min-height: 350px;
}
.ce-block__content a {
color: #186baa;
}
/*.ce-redactor * {
box-sizing: border-box;
}*/
@ -302,8 +307,10 @@
.ce-toolbar-inline__buttons button{
background: none;
border: 0;
margin: 0 !important;
height: auto !important;
padding: 12px 8px;
padding: 13px 9px;
line-height: 1em;
color: inherit;
font-size: 12px;
cursor: pointer;
@ -329,7 +336,8 @@
background: transparent !important;
border : 0 !important;
box-sizing: border-box !important;
padding: 10px;
padding: 12px;
font-size: 13px;
width: 100%;
color: #fff;
outline: none;
@ -364,7 +372,8 @@
left: 17px;
top: 13px;
font-size: 16px;
color: #ef4a4a;
/*color: #ef4a4a;*/
color: #7d6060;
}
/**

View file

@ -88,7 +88,7 @@ var codex =
codex.sanitizer = __webpack_require__(18);
};
codex.version = ("1.3.0");
codex.version = ("1.3.2");
/**
* @public
@ -744,7 +744,7 @@ var codex =
initialBlock = codex.tools[initialBlockType].render();
initialBlock.setAttribute('data-placeholder', 'Write your story...');
initialBlock.setAttribute('data-placeholder', 'Расскажите свою историю...');
codex.content.insertBlock({
type: initialBlockType,
@ -3837,7 +3837,7 @@ var codex =
input.type = 'input';
input.className += 'inputForLink';
input.placeholder = 'Type URL ...';
input.placeholder = 'Вставьте ссылку ...';
input.setAttribute('form', 'defaultForm');
input.setAttribute('autofocus', 'autofocus');

File diff suppressed because one or more lines are too long

View file

@ -107,7 +107,7 @@ var draw = (function(draw) {
input.type = 'input';
input.className += 'inputForLink';
input.placeholder = 'Type URL ...';
input.placeholder = 'Вставьте ссылку ...';
input.setAttribute('form', 'defaultForm');
input.setAttribute('autofocus', 'autofocus');

View file

@ -378,7 +378,7 @@ var ui = (function(ui){
initialBlock = codex.tools[initialBlockType].render();
initialBlock.setAttribute('data-placeholder', 'Write your story...');
initialBlock.setAttribute('data-placeholder', 'Расскажите свою историю...');
codex.content.insertBlock({
type : initialBlockType,

File diff suppressed because one or more lines are too long