antest1 / kcanotify

Viewer Application for KanColle Android
GNU General Public License v3.0
209 stars 29 forks source link

2.3.1 rev5 bug feedback #13

Closed skysumbra closed 7 years ago

skysumbra commented 7 years ago

This version addition tradition language for mission list context error,it's display korea language.

antest1 commented 7 years ago

Mission means expedition? can you give me some example (like screenshot?)

skysumbra commented 7 years ago

picture display https://upload.cc/i/n5b9Ki.jpeg

antest1 commented 7 years ago

It seems that there is an error when processing quest data. (That is a default layout data)

I have no problem with the tcn language settings(https://upload.cc/i/KsXhdS.png) and there was no other report related with this problem, so I think there would be another reason for this problem.

Is this bug always occurs when using QuestView? can you tell me what quests are in that page(1/7)?

skysumbra commented 7 years ago

I try again question list,only ALL (全) category have problem,other category normal.

antest1 commented 7 years ago

okay, the problem was the translation data(quest-tcn.json). some of quests lacks quest code(key code), so the error occurred while reading translation data.

I'll update the code for quests which does not have code key.

antest1 commented 7 years ago

fixed in b7138f4. close this issue.