| 40 | |
| 41 | |
| 42 | L'appel à tools::update_pkg_po("F:/workspace/stacomir/pkg/stacomir") ne prend que les trucs entre quote, pour extraire tout |
| 43 | il faut res<-tools::xgettext("F:/workspace/stacomir/pkg/stacomir") |
| 44 | {{{ |
| 45 | #!r |
| 46 | res<-tools::xgettext("F:/workspace/stacomir/pkg/stacomir") |
| 47 | str(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 | }}} |