Fixed some conversion rules, so that they do not make changes in WML;...
...added some new rules.
This commit is contained in:
parent
b8b753362d
commit
50c83bf5a7
1 changed files with 5 additions and 3 deletions
|
@ -35,9 +35,9 @@ stringfixes = {
|
|||
"wesnoth" : (
|
||||
# Convert hyphen-minuses that are being used as minus signs
|
||||
# to the Unicode minus sign
|
||||
("- 25%", " −25%"),
|
||||
("-1%", "−1%"),
|
||||
("-100%", "−100%"),
|
||||
(" -25%", " −25%"),
|
||||
(" -1%", " −1%"),
|
||||
(" -100%", " −100%"),
|
||||
|
||||
# Convert makeshift dashes:
|
||||
("however - from these", "however — from these"),
|
||||
|
@ -222,6 +222,8 @@ stringfixes = {
|
|||
("- map design, spawn groups and scenario concept", "— map design, spawn groups and scenario concept"),
|
||||
("- WML implementation", "— WML implementation"),
|
||||
("- So this is the accursed valley - a land ours for the taking.", "So this is the accursed valley — a land ours for the taking."),
|
||||
("watery caves- a spear whose", "watery caves— a spear whose"),
|
||||
("- WML implementation", "— WML implementation"),
|
||||
),
|
||||
|
||||
"wesnoth-nr" : (
|
||||
|
|
Loading…
Add table
Reference in a new issue