mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-13 19:55:56 +00:00
6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||
|
|
||
|
export const battleInfo: SimpleTranslationEntries = {
|
||
|
"generation": "Generation {{generation}}",
|
||
|
} as const;
|