Changeset 899
- Timestamp:
- 04/08/08 06:03:45 (9 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/output_english.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_english.tcl
r862 r899 63 63 64 64 #fix double-period at end of line 65 regsub -all "\\.\\.$" $line "." line 65 regsub -all "\[^.\]\\.\\.$" $line "." line 66 67 # fix american spellings 68 # TODO: make this an option or US bots can talk wrong english and UK bots can talk right english 69 set line [string map -nocase { color colour neighbor neighbour aluminum aluminium favorite favourite center centre } $line] 66 70 67 71 return $line
