wmllint: Add plain-text substitution rule for [advance] -> [advancement]
This commit is contained in:
parent
df9908932d
commit
863fb3fd2d
1 changed files with 4 additions and 1 deletions
|
@ -629,7 +629,10 @@ linechanges = (
|
|||
("fight_on_without_leader=yes","defeat_condition=no_units_left"),
|
||||
("fight_on_without_leader=no","defeat_condition=no_leader_left"),
|
||||
("remove_from_carryover_on_leaders_loss=yes","remove_from_carryover_on_defeat=yes"),
|
||||
("remove_from_carryover_on_leaders_loss=no","remove_from_carryover_on_defeat=no")
|
||||
("remove_from_carryover_on_leaders_loss=no","remove_from_carryover_on_defeat=no"),
|
||||
|
||||
# Changed in 1.13.2.
|
||||
("[advance]","[advancement]")
|
||||
)
|
||||
|
||||
def validate_on_pop(tagstack, closer, filename, lineno):
|
||||
|
|
Loading…
Add table
Reference in a new issue