Fully migrate to ICU
This commit is contained in:
parent
d4e7177ba6
commit
5e647c55d1
274 changed files with 7948 additions and 1944 deletions
|
@ -63,10 +63,10 @@ export function showConfirmationDialog(
|
|||
options.resolve();
|
||||
},
|
||||
style: options.confirmStyle,
|
||||
text: options.okText || window.i18n('ok'),
|
||||
text: options.okText || window.i18n('icu:ok'),
|
||||
},
|
||||
]}
|
||||
cancelText={options.cancelText || window.i18n('cancel')}
|
||||
cancelText={options.cancelText || window.i18n('icu:cancel')}
|
||||
i18n={window.i18n}
|
||||
onCancel={() => {
|
||||
if (options.reject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue