166 - RangeCheck works inproperly in GridLocale-cnZN (with my solutions)
What does the provided patch do?
correct GridLocale-zhCN.lua file to make rangecheck work properly
Please provide any additional information below.
due to a mis-translation, in the "simplfied Chinese" version, the rangecheck works inproperly---in "gridrange.lua";, the ScanSpellbook() function doesn't work.(it can't find L["(%d+) yd range"] in spellbook)
I've found that the error occurs in the GridLocale-zhCN.lua , a mis-translation.
original is as below:
["(%d+) yd range"] = "(%d+)码距离"
should be replaced by:
["(%d+) yd range"] = "(%d+)码射程"
I've tested it, and after the replacement, it works well.
| User | When | Change |
|---|---|---|
| Phanx | Tue, 10 Nov 2009 10:33:32 | Changed status from Replied to Fixed |
| Phanx | Tue, 10 Nov 2009 10:33:28 | Changed status from Waiting to Replied |
| Phanx | Tue, 27 Oct 2009 12:47:27 | Changed status from Replied to Waiting |
| Phanx | Tue, 27 Oct 2009 12:47:22 | Changed status from Waiting to Replied |
| Phanx | Wed, 19 Aug 2009 21:30:44 | Changed assigned to from Pastamancer to Phanx |
| Phanx | Wed, 19 Aug 2009 21:30:41 | Changed status from New to Waiting |
| hehehillman | Mon, 03 Aug 2009 13:17:39 | Create |
- 3 comments
- 3 comments
Facts
- Last updated on
- 10 Nov 2009
- Reported on
- 03 Aug 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.
- #3
Phanx Tue, 10 Nov 2009 10:33:27I went ahead and implemented the suggested change. I assume if it's incorrect or no longer relevant, the error will generate feedback from zhCN users in a more timely fashion than asking for verification beforehand. :p
- #2
Phanx Tue, 27 Oct 2009 12:47:20Can any zhCN users confirm whether this problem still exists, and if the proposed solution still works? If so I'll commit the fix.
- #1
Phanx Wed, 19 Aug 2009 21:30:36Does this still occur in version 1.30200.2009081101?