mirror of
https://github.com/open-goal/jak-project
synced 2026-06-14 22:29:25 -04:00
0ea38cb2da
Rename `Language` to `Audio Language` in the menu, and connect it to `audio-language` instead of `language`. After this change, we have: <img width="559" height="322" alt="image" src="https://github.com/user-attachments/assets/d928a91b-6184-4bde-b147-aa08f22b02d2" /> where - Subtitle Language controls `subtitle-language` on both PC settings and the normal setting control (unchanged) - Audio Language controls `audio-language` on setting-control - Text Language controls `text-language` on PC settings and `language` on setting control. The game looks at `(-> *setting-control* user-default language)` to determine text scaling sometimes, so I think it's good for this to set both.