mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-24 18:01:05 +00:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||
|
|
||
|
export const common: SimpleTranslationEntries = {
|
||
|
"start": "开始",
|
||
|
} as const;
|