Aiue's Quest Tracker (AQT)

Aiue's Quest Tracker (AQT)

21.6k Downloads

Request for modification of non-localized keys and suggestions for function

chkmyid opened this issue ยท 13 comments

commented

non-localized phrase keys in AQT settings frame

  1. General > Quest Tab > L["Hide Completed Objectives"] -- phrase key not found on curse.com
  2. Mouse Interaction > L["Header"] Tab name -- phrase key not found on curse.com
  3. Sorting > All Tabs names
    3-1. L["Header"] -- phrase key not found on curse.com
    3-2. L["Objective"] -- phrase key not found on curse.com
    3-3. L["Quest"] -- Need to apply to source code & phrase key applied to curse.com.
  4. Sorting > All Tabs > L["Add new..."] of fields frame -- Need to apply to source code & phrase key applied to curse.com.
  5. Style > General > L["Objective Prefix"] -- miss-string, "Objectives Prefix" phrase key applied to curse.com.
  6. Style > Coloring > Highlight > L["Highlight Current Zone Text"] -- Need to apply to source code & phrase key applied to curse.com.
  7. Style > Coloring > Highlight > L["Highlight Current Zone Background"] -- Need to apply to source code & phrase key applied to curse.com.
  8. Style > Background > Artwork Texture > Drop down menu L["Full"] -- phrase key not found on curse.com

And can you help me print out the extract URL as "http://wow.inven.co.kr/dataninfo/wdb/edb_quest/detail.php?id=" for Korean users how the 'Get Wowhead URL' button works?
'wowhead.com' supports nine languages, but we would like to provide a 'phrase key' for the translator to localize.
For example,
The English URL is http://classic.wowhead.com/quest=
Chinese is http://cn.classic.wowhead.com/quest=
German is http://de.classic.wowhead.com/quest=
It's different from country to country.
By default, we would like to provide an English URL and other languages to be modified so that translators can include localized URLs.

Finally, the option's name should be modified to look truncated in the settings frame. In particular, the check buttons for 'Hide Completed Objectives' and 'Hide Objectives for Completed Quests' at the bottom of 'General-Quests Tab' will need to be aligned vertically.

Thanks!

commented

L["Abandon Quest"] in Core.lua -- phrase key not found on curse.com
This key is not even found on the game screen.

commented

Can easily do the localized website links. I'll make sure to have it done by next release, but will retain the translation key. (Which means if it's translated to point to wowhead currently it should probably be changed before then.)

And I need to write a script to parse for any localization lookups. Should be a fairly simple matter, I'll get on it once I've wrestled with tracking automation a bit more.

And once all that's done, I'll take a look at polishing the configuration a bit.

commented

Links should now be localized. I think I'll push a release before beginning work on the parser.

commented

I thought I'd simply change it to L["http://classic.wowhead.com/quest="].
I checked the code for complete modification. Thank you so much!

We will also look forward to seeing all keys that have not been localized. ;-)

commented

Ah.. And there are reports of stop(or freezing?) when used with 'Questie' addon in Korea. I think we should use this together to identify the exact symptoms.

commented

That's something I'd like to fix. Not sure if it's on my end or theirs. Will need to investigate. Any idea in which situations the freeze occurs?

commented

There, parsed and, err, parsed my parse. Any missing keys should now be added on curseforge.

Need to see if I can fully automate this.

commented

The conflict with 'Questie' was that only two addons were used while the quest list was full and all other addons were disabled for testing. The symptom is that the screen freezes as soon as the computer is racking up during the game.

commented

Righto, I'll see if I can reproduce it and figure out what's causing it.

commented

Marked part not yet localized. Please check again.

WoWScrnShot_1
WoWScrnShot_2
WoWScrnShot_3
Adjust the empty space at the bottom so that the text is not cut off.

commented

Ah, yes, I had a slightly different scheme for how I looked up those localization keys. Which means the parser would miss them. I'll make sure they get captured properly and set them in the localization system. I will also make that configuration option wider.

I've been unable to reproduce the issue with Questie, but I'll see if I can find something in the code that looks like it could cause an issue.

commented

Actually, "Quest" should translate properly, as that key exists. I'm gonna have to do some testing here.

commented

Ah, yes, the sorting doesn't even do localization lookups. Will fix. Also adding proper localization lookups do zone highlighting.