Commit ec8fcce2 by Vladislav Lagunov

[WithConfirmation] Изменен формат переводов

parent 2cdb86fd
# https://git.bitmaster.ru/npm/common/tree/master/gettext#%D0%A4%D0%BE%D1%80%D0%BC%D0%B0%D1%82-poyml
- "":
locale: "ru-RU"
"Confirm deletion": "Подтвердите удаление"
"Are you sure you want to delete this item?": "Вы действительно хотите удалить этот объект?"
"Cancel": "Отмена"
"Confirm": "Подтвердить"
[Dolphin]
SortOrder=1
Timestamp=2018,10,31,13,49,36
Version=3
ViewMode=1
export default (function (webpackContext) {
return webpackContext.keys().map(webpackContext);
})(require.context('./', false, /.*\.po$/));
msgid ""
msgstr ""
"Language: ru_RU\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "Confirm deletion"
msgstr "Подтвердите удаление"
msgid "Are you sure you want to delete this item?"
msgstr "Вы действительно хотите удалить этот объект?"
msgid "Cancel"
msgstr "Отмена"
msgid "Confirm"
msgstr "Подтвердить"
...@@ -57,7 +57,7 @@ export class WithConfirmation extends React.Component<Props & WithStyles, State> ...@@ -57,7 +57,7 @@ export class WithConfirmation extends React.Component<Props & WithStyles, State>
} }
} }
export default withStyles(styles)(withGettext(require('./i18n.po.yml'))(WithConfirmation)); export default withStyles(styles)(withGettext(require('./i18n'))(WithConfirmation));
// Props // Props
......
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