From 1ee4b02c5c934178b6aaaa780e45097409e16567 Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Mon, 5 Dec 2022 18:13:03 -0600 Subject: [PATCH] Add newline to separators table (#126 part 2) --- locales/deDE.lua | 2 +- locales/enUS.lua | 2 +- locales/esES.lua | 2 +- locales/frFR.lua | 2 +- locales/koKR.lua | 2 +- locales/ruRU.lua | 2 +- locales/zhCN.lua | 2 +- locales/zhTW.lua | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/locales/deDE.lua b/locales/deDE.lua index cfff051..ad4e2ef 100644 --- a/locales/deDE.lua +++ b/locales/deDE.lua @@ -538,7 +538,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [發光的暗影卓奈石] +6法術傷害及5耐力 } L["separators"] = { - "/", " und ", ",", "%. ", " für ", "&", ":" + "/", " und ", ",", "%. ", " für ", "&", ":", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1; diff --git a/locales/enUS.lua b/locales/enUS.lua index 60fdd75..6fde929 100644 --- a/locales/enUS.lua +++ b/locales/enUS.lua @@ -532,7 +532,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [發光的暗影卓奈石] +6法術傷害及5耐力 } L["separators"] = { - "/", " and ", ",", "%. ", " for ", "&", ":" + "/", " and ", ",", "%. ", " for ", "&", ":", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1; diff --git a/locales/esES.lua b/locales/esES.lua index 82c2b2c..dfb9408 100644 --- a/locales/esES.lua +++ b/locales/esES.lua @@ -534,7 +534,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [????????] +6?????5?? } L["separators"] = { - "/", " y ", ",", "%. ", " durante ", "&" + "/", " y ", ",", "%. ", " durante ", "&", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1; diff --git a/locales/frFR.lua b/locales/frFR.lua index bf1b586..ed342fa 100644 --- a/locales/frFR.lua +++ b/locales/frFR.lua @@ -535,7 +535,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [發光的暗影卓奈石] +6法術傷害及5耐力 } L["separators"] = { - "/", " et ", ",", "%. ", " pour ", "&", " : " + "/", " et ", ",", "%. ", " pour ", "&", " : ", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1; diff --git a/locales/koKR.lua b/locales/koKR.lua index f1bc935..9a29971 100644 --- a/locales/koKR.lua +++ b/locales/koKR.lua @@ -532,7 +532,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [發光的暗影卓奈石] +6法術傷害及5耐力 } L["separators"] = { - "/", " and ", ",", "%. ", " for ", "&", ":" + "/", " and ", ",", "%. ", " for ", "&", ":", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1; diff --git a/locales/ruRU.lua b/locales/ruRU.lua index e59cd78..8cbaaf2 100644 --- a/locales/ruRU.lua +++ b/locales/ruRU.lua @@ -632,7 +632,7 @@ L["numberPatterns"] = { {pattern = "(%d+)%f[^%d%%|]", addInfo = "AfterNumber", space = " ", }, -- [發光的暗影卓奈石] +6法術傷害及5耐力 } L["separators"] = { - "/", " и ", ",", "%. ", " для ", "&", ": %f[^%d]", + "/", " и ", ",", "%. ", " для ", "&", ": %f[^%d]", "\n", -- Fix for [Mirror of Truth] -- Equip: Chance on melee and ranged critical strike to increase your attack power by 1000 for 10 secs. -- 1000 was falsely detected detected as ranged critical strike diff --git a/locales/zhCN.lua b/locales/zhCN.lua index 5772428..9cf8382 100644 --- a/locales/zhCN.lua +++ b/locales/zhCN.lua @@ -530,7 +530,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [发光的暗影卓奈石] +6法术伤害及5耐力 } L["separators"] = { - "/", "和", ",", "。", " 持续 ", "&", "及", "并", ",","、", + "/", "和", ",", "。", " 持续 ", "&", "及", "并", ",","、", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1; diff --git a/locales/zhTW.lua b/locales/zhTW.lua index 45dd1c5..95ddb5b 100644 --- a/locales/zhTW.lua +++ b/locales/zhTW.lua @@ -534,7 +534,7 @@ L["numberPatterns"] = { {pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [發光的暗影卓奈石] +6法術傷害及5耐力 } L["separators"] = { - "/", "和", ",", "。", " 持續 ", "&", "及", "並", ",", + "/", "和", ",", "。", " 持續 ", "&", "及", "並", ",", "\n" } --[[ Rating ID CR_WEAPON_SKILL = 1;