pperle / PoGoIV_xposed

Xposed module that displays pokémon IV's
MIT License
42 stars 14 forks source link

translation of CATCH_ERROR, CATCH_SUCCESS, CATCH_ESCAPE, CATCH_FLEE, CATCH_MISSED #11

Open MatChung opened 8 years ago

MatChung commented 8 years ago

Any chance to translate those words? I cannot find them in the source.

thx.

pperle commented 8 years ago

Responses.CatchPokemonResponse.getStatus() gives you these Enums. See here.

You would have to create a new enty in strings.xml for each of them.

MatChung commented 8 years ago

thx for fast reply. coz I'm not a programmer, I don't know how to modify. thx any. ;)