commit | bb352e6a14345c16099a77fceeb5500b56cc4044 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Thu Apr 01 17:57:28 2021 |
committer | Commit Bot <[email protected]> | Thu Apr 01 18:31:44 2021 |
tree | af80ad492172fd37e72d9e191b8f2a16589f1f8b | |
parent | 739091764762adfbd8a3893fd1a97a5109e898ab [diff] [blame] |
Move i18n to core/i18n [email protected] DISABLE_THIRD_PARTY_CHECK=i18n move No-Presubmit: true Bug: 1187573 Change-Id: I3dd02956bcf078e0e3b059240ea583b3a83c09b2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2799756 Commit-Queue: Tim van der Lippe <[email protected]> Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/panels/network/NetworkLogView.ts b/front_end/panels/network/NetworkLogView.ts index b0a5acd..b4ba34e 100644 --- a/front_end/panels/network/NetworkLogView.ts +++ b/front_end/panels/network/NetworkLogView.ts
@@ -39,11 +39,11 @@ import * as Common from '../../common/common.js'; import * as Components from '../../components/components.js'; import * as Host from '../../core/host/host.js'; +import * as i18n from '../../core/i18n/i18n.js'; import * as Platform from '../../core/platform/platform.js'; import * as SDK from '../../core/sdk/sdk.js'; import * as DataGrid from '../../data_grid/data_grid.js'; import * as HARImporter from '../../har_importer/har_importer.js'; -import * as i18n from '../../i18n/i18n.js'; import * as PerfUI from '../../perf_ui/perf_ui.js'; import * as TextUtils from '../../text_utils/text_utils.js'; import * as ThemeSupport from '../../theme_support/theme_support.js';