Closed chkmyid closed 5 years ago
L["Abandon Quest"] in Core.lua -- phrase key not found on curse.com This key is not even found on the game screen.
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.
Links should now be localized. I think I'll push a release before beginning work on the parser.
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. ;-)
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.
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?
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.
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.
Righto, I'll see if I can reproduce it and figure out what's causing it.
Marked part not yet localized. Please check again.
Adjust the empty space at the bottom so that the text is not cut off.
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.
Actually, "Quest" should translate properly, as that key exists. I'm gonna have to do some testing here.
Ah, yes, the sorting doesn't even do localization lookups. Will fix. Also adding proper localization lookups do zone highlighting.
non-localized phrase keys in AQT settings frame
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!