mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
12 lines
346 B
TypeScript
12 lines
346 B
TypeScript
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2021 The Pybricks Authors
|
|
|
|
// About dialog translation keys.
|
|
|
|
export enum AboutStringId {
|
|
Description = 'about.description',
|
|
LicenseButtonLabel = 'about.licenseButton.label',
|
|
ChangelogButtonLabel = 'about.changelogButton.label',
|
|
WebsiteButtonLabel = 'about.websiteButton.label',
|
|
}
|