mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 00:42:03 +08:00
i18n: imports use @grafana/i18n (#105177)
* i18n: everything should target @grafana/i18n * wip * chore: updates after PR feedback * Trigger build * Trigger build * Trigger build * chore: skip flaky tests * chore: skip flaky tests * chore: skip flaky tests * chore: skip flaky tests * chore: skip flaky tests * chore: skip flaky tests * chore: revert all flaky tests * chore: some incorrect usages of useTranslate
This commit is contained in:
@ -9,9 +9,9 @@ import {
|
||||
GrafanaTheme2,
|
||||
LinkModel,
|
||||
} from '@grafana/data';
|
||||
import { Trans } from '@grafana/i18n';
|
||||
import { SortOrder, TooltipDisplayMode } from '@grafana/schema';
|
||||
import { TextLink, useStyles2 } from '@grafana/ui';
|
||||
import { Trans } from 'app/core/internationalization';
|
||||
import { renderValue } from 'app/plugins/panel/geomap/utils/uiUtils';
|
||||
|
||||
import { ExemplarHoverView } from './ExemplarHoverView';
|
||||
|
Reference in New Issue
Block a user