fix missing commas in lists

This commit is contained in:
shagu
2016-08-08 00:04:23 +02:00
parent 479c4ed924
commit cc641e1239
4 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -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"] = {
+5 -5
View File
@@ -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
+5 -5
View File
@@ -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
+5 -5
View File
@@ -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