Changes between Version 36 and Version 37 of Stacomi gettext


Ignore:
Timestamp:
Jan 24, 2017 5:29:32 PM (8 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Stacomi gettext

    v36 v37  
    109109 
    110110Il faut modifier les appels à paste() en utilisant la verion de gettextf qui est l'équivalent de stprintf (a utiliser au lieu de gettext) 
     111J'apprends enfin comment programmer correctement ! 
    111112 
    112113exemples  
     
    114115#!r      
    115116funout(gettextf("%1.0f lines found for the conversion coefficients\n",nrow(object@coe)))         
    116 "2 lines found for the conversion coefficients\n" 
     117#"2 lines found for the conversion coefficients\n" 
    117118gettextf("Seasonal trend of %s, from %s to %s", 
    118119type_poids, 
    119120bilPM@anneedebut@annee_selectionnee, 
    120121bilPM@anneefin@annee_selectionnee) 
     122#  "Seasonal trend of dry, from 2009 to 2016" 
    121123}}} 
    122124