Changeset 1016 for trunk/plugins/en/output_VAR.tcl
- Timestamp:
- 08/10/09 19:22:13 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_VAR.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_VAR.tcl
r1010 r1016 99 99 } 100 100 101 if {[lsearch $options_list "presentpart"] > -1} { 102 set replacement [bMotion_make_present_participle $replacement] 103 } 104 101 105 if {[lsearch $options_list "plural"] > -1} { 102 106 set replacement [bMotionMakePlural $replacement] … … 109 113 if {[lsearch $options_list "underscore"] > -1} { 110 114 set replacement [string map { " " "_" } $replacement] 115 } 116 117 if {[lsearch $options_list "caps"] > -1} { 118 set replacement [string toupper $replacement] 111 119 } 112 120
Note: See TracChangeset
for help on using the changeset viewer.
