diff --git a/env/locales_enUS.lua b/env/locales_enUS.lua index f05308af..a56326cf 100644 --- a/env/locales_enUS.lua +++ b/env/locales_enUS.lua @@ -12,11 +12,11 @@ pfLocaleClass["enUS"] = { pfLocaleSpellEvents["enUS"] = { ['SPELL_GAINS'] = "(.+) gains (.+).", - ['SPELL_CAST'] = "(.+) begins to cast (.+)." - ['SPELL_PERFORM'] = "(.+) begins to perform (.+)." - ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+)." - ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\." - ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\." + ['SPELL_CAST'] = "(.+) begins to cast (.+).", + ['SPELL_PERFORM'] = "(.+) begins to perform (.+).", + ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+).", + ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\.", + ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\.", } pfLocaleSpellInterrupts["enUS"] = { diff --git a/env/locales_frFR.lua b/env/locales_frFR.lua index 61a762b6..a0f20e32 100644 --- a/env/locales_frFR.lua +++ b/env/locales_frFR.lua @@ -12,11 +12,11 @@ pfLocaleClass["frFR"] = { pfLocaleSpellEvents["frFR"] = { -- TODO ['SPELL_GAINS'] = "(.+) gains (.+).", - ['SPELL_CAST'] = "(.+) begins to cast (.+)." - ['SPELL_PERFORM'] = "(.+) begins to perform (.+)." - ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+)." - ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\." - ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\." + ['SPELL_CAST'] = "(.+) begins to cast (.+).", + ['SPELL_PERFORM'] = "(.+) begins to perform (.+).", + ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+).", + ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\.", + ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\.", } pfLocaleSpellInterrupts["frFR"] = { -- TODO diff --git a/env/locales_ruRU.lua b/env/locales_ruRU.lua index 15209afd..a51a4cda 100644 --- a/env/locales_ruRU.lua +++ b/env/locales_ruRU.lua @@ -12,11 +12,11 @@ pfLocaleClass["ruRU"] = { pfLocaleSpellEvents["ruRU"] = { -- TODO ['SPELL_GAINS'] = "(.+) gains (.+).", - ['SPELL_CAST'] = "(.+) begins to cast (.+)." - ['SPELL_PERFORM'] = "(.+) begins to perform (.+)." - ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+)." - ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\." - ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\." + ['SPELL_CAST'] = "(.+) begins to cast (.+).", + ['SPELL_PERFORM'] = "(.+) begins to perform (.+).", + ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+).", + ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\.", + ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\.", } pfLocaleSpellInterrupts["ruRU"] = { -- TODO diff --git a/env/locales_zhCN.lua b/env/locales_zhCN.lua index c24e3ecf..6f9ef786 100644 --- a/env/locales_zhCN.lua +++ b/env/locales_zhCN.lua @@ -12,11 +12,11 @@ pfLocaleClass["zhCN"] = { pfLocaleSpellEvents["zhCN"] = { -- TODO ['SPELL_GAINS'] = "(.+) gains (.+).", - ['SPELL_CAST'] = "(.+) begins to cast (.+)." - ['SPELL_PERFORM'] = "(.+) begins to perform (.+)." - ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+)." - ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\." - ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\." + ['SPELL_CAST'] = "(.+) begins to cast (.+).", + ['SPELL_PERFORM'] = "(.+) begins to perform (.+).", + ['SPELL_AFFLICTED'] = "(.+) %a+ afflicted by (.+).", + ['SPELL_HIT'] = "Your (.+) %a%a?its (.+) for %d+\.", + ['OTHER_SPELL_HIT'] = "%a+'s (.+) %a%a?its (.+) for %d+\.", } pfLocaleSpellInterrupts["zhCN"] = { -- TODO