mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(translations): Add missing i18n (#17525)
* Add *.ts to babel.cfg * Add missing i18n calls * Update pot file * Fix lint issues and review comment * Incorparate review feedback * Fix missing or non-extractable i18n calls * Update pot file * Fix syntax error in CommonParameters.tsx * Fix introduced issues
This commit is contained in:
@@ -406,9 +406,7 @@ export function postStopQuery(query) {
|
||||
.then(() => dispatch(stopQuery(query)))
|
||||
.then(() => dispatch(addSuccessToast(t('Query was stopped.'))))
|
||||
.catch(() =>
|
||||
dispatch(
|
||||
addDangerToast(`${t('Failed at stopping query. ')}'${query.id}'`),
|
||||
),
|
||||
dispatch(addDangerToast(t('Failed at stopping query. %s', query.id))),
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user