Skip to content
DooDesch edited this page Jul 8, 2026 · 2 revisions

ScheduleOne-L10n Wiki

Tiny single-file localization for Schedule I MelonLoader mods. English by default, your language when a translation exists - shipped with the mod or written by you.

Pick your guide

The short version

  • Schedule I has no language setting of its own, so L10n picks the language from a shared Language preference ([DooDesch] section in MelonPreferences.cfg), falling back to your OS language, falling back to English.
  • Mods wrap their texts in L10n.T("English text") - the English text itself is the key.
  • Translations are flat JSON files: { "English text": "Übersetzter Text" }.
  • Every mod exports UserData/DooDesch/Localization/<ModName>/_template.en.json on startup with all of its translatable strings. Copy, rename to fr.json (or any language code), translate the values, restart - done.
  • Anything untranslated simply stays English. Nothing ever breaks from a missing line.

Clone this wiki locally