mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 11:04:49 +00:00
This adds a new Activities tab list and view similar to VS code. The Explorer and Settings are migrated to this view.
11 lines
207 B
TypeScript
11 lines
207 B
TypeScript
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2022 The Pybricks Authors
|
|
//
|
|
// Explorer translation keys.
|
|
|
|
export enum I18nId {
|
|
Title = 'title',
|
|
Explorer = 'explorer',
|
|
Settings = 'settings',
|
|
}
|