mapping-io icon indicating copy to clipboard operation
mapping-io copied to clipboard

Localization support

Open NebelNidas opened this issue 1 year ago • 2 comments

Inspired by Enigma's and JADX's equivalents, but heavily stripped down. Only supports mapping format names for now, exception messages are going to be tackled in a separate PR.

NebelNidas avatar Jun 17 '23 12:06 NebelNidas

We could maybe introduce error codes that make it accessible for replacement on the embedding application side?

sfPlayer1 avatar Apr 19 '24 15:04 sfPlayer1

That's the goal, having a central ErrorMessages class holding all the error messages MIO uses in the form of Translatables. Consumers can either translate the Translatable to a given locale, or manually check for equality with a given error message.

But as mentioned above, that's going to be a separate PR (probably after #94 is merged)

NebelNidas avatar Apr 19 '24 16:04 NebelNidas