Misc/Fixups
* fix rogue letter in zhCN localization * remove unused redirects from powered tooltips, ocasionally breaking locale detection (preserved for posterity)
This commit is contained in:
parent
e5e4446366
commit
f35adfeb3a
2 changed files with 3 additions and 4 deletions
|
|
@ -1545,7 +1545,7 @@ $lang = array(
|
|||
-142 => "愤怒"
|
||||
),
|
||||
'scaling' => array(
|
||||
'directSP' => "直接效果的攻击强度 +%.2f%%", 'directAP' => "直接效果的攻击强度 +%.2f%%t",
|
||||
'directSP' => "直接效果的攻击强度 +%.2f%%", 'directAP' => "直接效果的攻击强度 +%.2f%%",
|
||||
'dotSP' => "每个周期的法术强度 +%.2f%%", 'dotAP' => "每个周期的攻击强度 +%.2f%%"
|
||||
),
|
||||
'relItems' => array(
|
||||
|
|
|
|||
|
|
@ -101,9 +101,8 @@ if (typeof $WowheadPower == "undefined") {
|
|||
8: "ruru"
|
||||
},
|
||||
REDIRECTS = {
|
||||
wotlk: "www",
|
||||
ptr: "www",
|
||||
www: "en"
|
||||
// wotlk: "www",
|
||||
// ptr: "www"
|
||||
};
|
||||
|
||||
if (isRemote) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue