Files
pybricks-code/src/activities/i18n.ts
T
David Lechner edd8ebfd64 Add Activities
This adds a new Activities tab list and view similar to VS code. The
Explorer and Settings are migrated to this view.
2022-05-12 12:33:21 -05:00

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',
}