Skip to content

Commit

Permalink
Add newline to separators table (#126 part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Dec 6, 2022
1 parent 5fc90f2 commit 1ee4b02
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ L["numberPatterns"] = {
{pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [发光的暗影卓奈石] +6法术伤害及5耐力
}
L["separators"] = {
"/", "", ",", "", " 持续 ", "&", "", "", "","",
"/", "", ",", "", " 持续 ", "&", "", "", "","", "\n"
}
--[[ Rating ID
CR_WEAPON_SKILL = 1;
Expand Down
2 changes: 1 addition & 1 deletion locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ L["numberPatterns"] = {
{pattern = "(%d+)([^%d%%|]+)", addInfo = "AfterStat",}, -- [發光的暗影卓奈石] +6法術傷害及5耐力
}
L["separators"] = {
"/", "", ",", "", " 持續 ", "&", "", "", "",
"/", "", ",", "", " 持續 ", "&", "", "", "", "\n"
}
--[[ Rating ID
CR_WEAPON_SKILL = 1;
Expand Down

0 comments on commit 1ee4b02

Please sign in to comment.