mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-04 07:07:17 +00:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||
|
|
||
|
export const common: SimpleTranslationEntries = {
|
||
|
"start": "Start",
|
||
|
} as const;
|