Key Master

Key Master

89.8k Downloads

BUG

vj234013 opened this issue ยท 15 comments

commented

Interface/AddOns/KeyMaster/KeyMaster.lua:18: attempt to index global 'KeyMasterLocals' (a nil value)
Count: 1

Call Stack:
[1] [string "@Interface/AddOns/KeyMaster/KeyMaster.lua"]:18: in main chunk

commented

.../AddOns/KeyMaster/Core/Localization/Localization.lua:78: attempt to index global 'KeyMasterLocals' (a nil value)
Count: 1

Call Stack:
[1] [string "@Interface/AddOns/KeyMaster/Core/Localization/Localization.lua"]:78: in main chunk

commented

What is the language of the client? If it is Traditional Chinese, we've had other reports as well. If not, please let us know.

commented

My language is Simplified Chinese

commented

This plug-in has no problem since version 1.3.4. It has problems since version 1.3.5.

commented

Here is what changed. Do you see any problems/issues? 07b0eda

commented

Sorry, I don't know how to program. I replaced version 1.3.4 with the zhCN.lua file from version 1.3.6 and it works fine.Replacing the two issues in 1.3.6 with the file in 1.3.4 will still result in an error. So I guess it's not the file you asked me about that had a problem (My English is not good. The translation software used Please forgive me)

commented

Sorry, I don't know how to program. I replaced version 1.3.4 with the zhCN.lua file from version 1.3.6 and it works fine.Replacing the two issues in 1.3.6 with the file in 1.3.4 will still result in an error. So I guess it's not the file you asked me about that had a problem (My English is not good. The translation software used Please forgive me)

Thanks, we will look into it.

commented

I've located the problem.

KeyMaster/Core/Localization/Languages.xml Line 12 should not be commented out.

Incorrect: <!-- <Script file='Core\Localization\Localization.zhCN.lua'/> -->

Correct: <Script file='Core\Localization\Localization.zhCN.lua'/>

It was an oversight on my behalf since we lost our CN translator. Apologies. It will be fixed in the next patch.

commented

Thank you very much.

commented

1.3.4
image

commented

1.3.6
image

commented

1.3.6 image

this is correct

commented

Has the explanation of affixes been removed here?

commented

Has the explanation of affixes been removed here?

Moved to tooltips - Hover over affix icon in header.

commented

Ok, I got it. Thanks again. Wishing the plugin continued improvement