Changeset 1032 for trunk/plugins/en/output_VAR.tcl
- Timestamp:
- 09/11/09 06:26:45 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_VAR.tcl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_VAR.tcl
r1031 r1032 24 24 proc bMotion_plugin_output_VAR { channel line } { 25 25 bMotion_putloglev 4 * "bMotion_plugin_output_VAR $channel $line" 26 global BMOTION_MIXIN_NONE BMOTION_MIXIN_REVERSE BMOTION_MIXIN_DEFAULT 26 global BMOTION_MIXIN_NONE BMOTION_MIXIN_REVERSE BMOTION_MIXIN_DEFAULT BMOTION_MIXIN_BOTH 27 27 28 28 set line [string map { "%noun" "%VAR{sillyThings}" } $line] … … 56 56 bMotion_putloglev 1 * "mixin type for $abstract is none" 57 57 set mixin_type $BMOTION_MIXIN_NONE 58 } elseif {[lsearch $options_list "bothmixin"] > -1} { 59 bMotion_putloglev 1 * "mixin type for $abstract is both" 60 set mixin_type $BMOTION_MIXIN_BOTH 58 61 } 59 62 … … 74 77 set replacement $newText 75 78 } 76 77 79 78 80 if {[lsearch $options_list "strip"] == -1} { … … 118 120 } 119 121 "plural" { 122 bMotion_putloglev 1 * "pluralising $replacement" 120 123 set replacement [bMotionMakePlural $replacement] 121 124 }
Note: See TracChangeset
for help on using the changeset viewer.
