Changes between Version 21 and Version 22 of Stacomi gettext


Ignore:
Timestamp:
Jan 24, 2017 3:23:22 PM (8 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Stacomi gettext

    v21 v22  
    2222#!r 
    2323tools::xgettext2pot  
    24 tools::xgettext# extracts the actual calls  
    25  
     24res<-tools::xgettext("F:/workspace/stacomir/pkg/stacomir")# extracts the actual calls  
    2625# prépare le répertoire du package 
    2726 tools::update_pkg_po("F:/workspace/stacomir/pkg/stacomir") 
     
    3938 
    4039ce qui va ajouter gettext au 1er match de l'expression régulière précédente 
     40 
     41 
     42L'appel à tools::update_pkg_po("F:/workspace/stacomir/pkg/stacomir") ne prend que les trucs entre quote, pour extraire tout  
     43il faut res<-tools::xgettext("F:/workspace/stacomir/pkg/stacomir") 
     44{{{ 
     45#!r 
     46res<-tools::xgettext("F:/workspace/stacomir/pkg/stacomir") 
     47str(res) 
     48#List of 29 
     49# $ F:/workspace/stacomir/pkg/stacomir/R/Bilan_carlot.r                 :Class 'xgettext'  chr [1:13] "get(\"msg\", envir_stacomi)$Bilan_carlot.1" "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" ... 
     50# $ F:/workspace/stacomir/pkg/stacomir/R/Bilan_poids_moyen.r            :Class 'xgettext'  chr [1:19] "get(\"msg\", envir_stacomi)$Bilan_poids_moyen.1" "get(\"msg\", envir_stacomi)$Bilan_poids_moyen.2" "get(\"msg\", envir_stacomi)$ref.9" "TRUE" ... 
     51# $ F:/workspace/stacomir/pkg/stacomir/R/Bilan_stades_pigm.r            :Class 'xgettext'  chr [1:6] "get(\"msg\", envir_stacomi)$Bilan_stades_pigm.1" "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.5" ... 
     52# $ F:/workspace/stacomir/pkg/stacomir/R/BilanAgedemer.r                :Class 'xgettext'  chr [1:14] "get(\"msg\", envir_stacomi)$BilanAgedemer.1" "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" ... 
     53# $ F:/workspace/stacomir/pkg/stacomir/R/BilanAnnuels.r                 :Class 'xgettext'  chr [1:11] "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" "get(\"msg\", envir_stacomi)$ref.3" ... 
     54# $ F:/workspace/stacomir/pkg/stacomir/R/BilanArgentee.r                :Class 'xgettext'  chr [1:12] "get(\"msg\", envir_stacomi)$BilanArgentee.1" "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" ... 
     55# $ F:/workspace/stacomir/pkg/stacomir/R/BilanEspeces.r                 :Class 'xgettext'  chr [1:8] "get(\"msg\", envir_stacomi)$BilanEspeces.7" "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.9" ... 
     56# $ F:/workspace/stacomir/pkg/stacomir/R/BilanFonctionnementDC.r        :Class 'xgettext'  chr [1:23] "get(\"msg\", envir_stacomi)$BilanFonctionnementDC.1" "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.5" ... 
     57# $ F:/workspace/stacomir/pkg/stacomir/R/BilanFonctionnementDF.r        :Class 'xgettext'  chr [1:7] "plot.type must be 1,2,3 or 4" "get(\"msg\", envir_stacomi)$BilanFonctionnementDF.7" "bilanFonctionnementDF@df@df_selectionne" "get(\"msg\", envir_stacomi)$BilanFonctionnementDF.6[1]" ... 
     58# $ F:/workspace/stacomir/pkg/stacomir/R/BilanMigration.r               :Class 'xgettext'  chr [1:25] "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" "get(\"msg\", envir_stacomi)$ref.3" ... 
     59# $ F:/workspace/stacomir/pkg/stacomir/R/BilanMigrationInterAnnuelle.r  :Class 'xgettext'  chr [1:21] "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" "get(\"msg\", envir_stacomi)$ref.3" ... 
     60# $ F:/workspace/stacomir/pkg/stacomir/R/BilanMigrationMult.r           :Class 'xgettext'  chr [1:22] "get(\"msg\", envir_stacomi)$ref.1" "TRUE" "get(\"msg\", envir_stacomi)$ref.2" "get(\"msg\", envir_stacomi)$ref.3" ... 
     61}}} 
    4162 
    4263