Changeset 1098
- Timestamp:
- 12/03/10 12:20:54 (18 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_english.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_english.tcl
r1084 r1098 53 53 #captials at start, . at end 54 54 if [regexp {^([a-z])(.+)} $line matches first rest] { 55 set line "[string toupper $first]$rest" 55 if {!([string range $line 0 1] == "r ")} { 56 set line "[string toupper $first]$rest" 57 } 56 58 } 57 59 … … 65 67 regsub -all "you is " $line "you are " line 66 68 67 regsub -all "the an? " $line "the" line69 regsub -all "the an? " $line "the " line 68 70 69 71 #fix double (or more) spaces
Note: See TracChangeset
for help on using the changeset viewer.
