mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +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:
@@ -86,7 +86,7 @@ const SelectAsyncControl = ({
|
||||
const onError = (response: Response) =>
|
||||
getClientErrorObject(response).then(e => {
|
||||
const { error } = e;
|
||||
addDangerToast(`${t('Error while fetching data')}: ${error}`);
|
||||
addDangerToast(t('Error while fetching data: %s', error));
|
||||
});
|
||||
const loadOptions = () =>
|
||||
SupersetClient.get({
|
||||
|
||||
Reference in New Issue
Block a user