mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +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:
@@ -257,9 +257,9 @@ class TabbedSqlEditors extends React.PureComponent {
|
||||
);
|
||||
const warning = isFeatureEnabled(FeatureFlag.SQLLAB_BACKEND_PERSISTENCE)
|
||||
? ''
|
||||
: `${t(
|
||||
'-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.',
|
||||
)}\n\n`;
|
||||
: t(
|
||||
'-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n',
|
||||
);
|
||||
const qe = {
|
||||
title: t('Untitled Query %s', queryCount),
|
||||
dbId:
|
||||
|
||||
@@ -100,7 +100,7 @@ function TemplateParamsEditor({
|
||||
trigger={['hover']}
|
||||
>
|
||||
<div role="button">
|
||||
{`${t('Parameters')} `}
|
||||
{t('Parameters ')}
|
||||
<Badge count={paramCount} />
|
||||
{!isValid && (
|
||||
<InfoTooltipWithTrigger
|
||||
|
||||
Reference in New Issue
Block a user