Ignore:
Timestamp:
09/15/09 16:25:06 (3 years ago)
Author:
james
Message:

update pluraliser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r1026 r1037  
    974974        bMotion_putloglev 5 * "bMotionMakePlural ($text)" 
    975975 
    976         if [regexp -nocase "(us|is|x|ch)$" $text] { 
     976        if [regexp -nocase "(us|is|x|ch|sh)$" $text] { 
    977977                append text "es" 
    978978                return $text 
Note: See TracChangeset for help on using the changeset viewer.