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