Fix markup in dark forecast, add to pofix
This commit is contained in:
parent
416bf63024
commit
54b4b5296d
3 changed files with 11 additions and 4 deletions
|
@ -1442,12 +1442,12 @@ The weather will also change randomly, affecting the layout of the map.
|
|||
|
||||
|
||||
|
||||
#Dark Forecast was made by:
|
||||
<span color='#ff0000'>Dark Forecast was made by:</span>
|
||||
|
||||
@jb
|
||||
<span color='#00ff00'>jb</span>
|
||||
- map design, spawn groups and scenario concept
|
||||
|
||||
@Rhuvaen
|
||||
<span color='#00ff00'>Rhuvaen</span>
|
||||
- WML implementation"
|
||||
#wmllint: display off
|
||||
[/message]
|
||||
|
|
BIN
utils/.pofix.py.swp
Normal file
BIN
utils/.pofix.py.swp
Normal file
Binary file not shown.
|
@ -136,6 +136,13 @@ stringfixes = {
|
|||
("chop pieces of meat", "chop pieces of flesh"),
|
||||
),
|
||||
|
||||
"wesnoth-multiplayer" : (
|
||||
# Markup fixes that can't be separated from the content without stringchanges
|
||||
("#Dark Forecast was made by:", "<span color='#ff0000'>Dark Forecast was made by:</span>"),
|
||||
("@jb", "<span color='#00ff00'>jb</span>"),
|
||||
("@Rhuvaen", "<span color='#00ff00'>Rhuvaen</span>"),
|
||||
),
|
||||
|
||||
"wesnoth-nr" : (
|
||||
# Most NR changes are comma-placement or typo fixes. The first two
|
||||
# are exceptions, required by our policy of not allowing anything in
|
||||
|
@ -280,7 +287,7 @@ stringfixes = {
|
|||
# Speak, if all argument files are newer than this timestamp
|
||||
# Try to use UTC here
|
||||
# date --utc "+%s # %c"
|
||||
timecheck = 1262364535 # Fri 01 Jan 2010 04:48:55 PM UTC
|
||||
timecheck = 1264598971 # Wed 27 Jan 2010 01:29:31 PM UTC
|
||||
|
||||
import os, sys, time, stat, re
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue