Ignore:
Timestamp:
08/10/09 19:22:13 (3 years ago)
Author:
james
Message:

COMMITTING ALL ANIMES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_VAR.tcl

    r1010 r1016  
    9999                } 
    100100 
     101                if {[lsearch $options_list "presentpart"] > -1} { 
     102                        set replacement [bMotion_make_present_participle $replacement] 
     103                } 
     104 
    101105                if {[lsearch $options_list "plural"] > -1} { 
    102106                        set replacement [bMotionMakePlural $replacement] 
     
    109113                if {[lsearch $options_list "underscore"] > -1} { 
    110114                        set replacement [string map { " " "_" } $replacement] 
     115                } 
     116 
     117                if {[lsearch $options_list "caps"] > -1} { 
     118                        set replacement [string toupper $replacement] 
    111119                } 
    112120 
Note: See TracChangeset for help on using the changeset viewer.