mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-03 14:47:12 +00:00
d7a1214168
* trans once more * change2
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const battleInfo: SimpleTranslationEntries = {
|
|
"generation": "{{generation}}",
|
|
} as const;
|