Changes between Version 36 and Version 37 of Stacomi gettext
- Timestamp:
- Jan 24, 2017 5:29:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stacomi gettext
v36 v37 109 109 110 110 Il faut modifier les appels à paste() en utilisant la verion de gettextf qui est l'équivalent de stprintf (a utiliser au lieu de gettext) 111 J'apprends enfin comment programmer correctement ! 111 112 112 113 exemples … … 114 115 #!r 115 116 funout(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" 117 118 gettextf("Seasonal trend of %s, from %s to %s", 118 119 type_poids, 119 120 bilPM@anneedebut@annee_selectionnee, 120 121 bilPM@anneefin@annee_selectionnee) 122 # "Seasonal trend of dry, from 2009 to 2016" 121 123 }}} 122 124