Files
pybricks-code/src/about/i18n.ts
T

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