UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.17k stars 224 forks source link

UMT localization #181

Open sahlaysta opened 5 years ago

sahlaysta commented 5 years ago

I can localize the interface to Spanish

Mc-muffin commented 5 years ago

Well, there's an UI rework planned so it might be wise to wait for that, also I don't think there's any localization code right now so that would need to be implemented first (unless you want to make a distinct localized version)

colinator27 commented 5 years ago

Yeah, localization will need to wait for a rewrite. I don't think WPF and the current project are setup for that kind of thing at all.

colinator27 commented 5 years ago

If/when that does happen, though, we could try some kind of JSON file or something with all of the strings used in the UI, or maybe another file because JSON is weird with commas and Git.

Kneesnap commented 5 years ago

Ooh. This is totally something we should do with the new UI, have support for different languages.

Kneesnap commented 5 years ago

I have included this in the roadmap at https://github.com/krzys-h/UndertaleModTool/issues/182