Merge pull request #450 from RetroRulez/feat/i18n-enabling

i18n: make more UI reachable for translation mods (Strings wraps, menu box auto-size, optional metric dex)
This commit is contained in:
bryanthaboi
2026-07-30 11:24:59 -04:00
committed by GitHub
7 changed files with 30 additions and 10 deletions
+1
View File
@@ -428,6 +428,7 @@ R.pokemon = {
spriteFront = f.path, spriteBack = f.path, frontSize = f.int(1, 7),
dexEntry = f.opt(f.rec{ kind = f.str, heightFt = f.int(0),
heightIn = f.int(0, 11), weight = f.num,
heightM = f.opt(f.num), weightKg = f.opt(f.num),
text = f.str }),
icon = f.opt(f.union{ f.str, f.rec{ image = f.path,
frames = f.opt(f.int(1)) } }),