Provided by: po4a_0.69-1_all bug

NOM

       Locale::Po4a::Yaml - Convertir des fichiers Yaml depuis ou vers des fichiers PO

DESCRIPTION

       Locale::Po4a::Yaml est un module permettant d’aider la traduction de fichiers Yaml dans
       d’autres langues.

       Le module extrait la valeur des hachages et des tableaux YAML. Les clés de hachage ne sont
       pas extraites.

       REMARQUE : Ce module analyse le fichier YAML avec YAML::Tiny.

OPTIONS ACCEPTÉES PAR CE MODULE

       Voici les options particulières à ce module :

       keys
           Space-separated list of hash keys to process for extraction, all other keys are
           skipped. Keys are matched with a case-sensitive match. If paths and keys are used
           together, values are included if they are matched by at least one of the options.
           Arrays values are always returned unless the skip_array option is provided.

       paths
           Comma-separated list of hash paths to process for extraction, all other paths are
           skipped. Paths are matched with a case-sensitive match. If paths and keys are used
           together, values are included if they are matched by at least one of the options.
           Arrays values are always returned unless the skip_array option is provided.

       skip_array
           Ne pas traduire les valeurs des tableaux.

VOIR AUSSI

       Locale::Po4a::TransTractor(3pm), po4a(7)

AUTEURS

        Brian Exelbierd <bex@pobox.com>

TRADUCTION

        Martin Quinson (mquinson#debian.org)

COPYRIGHT ET LICENCE

       Copyright © 2017 Brian Exelbierd. Copyright © 2022 Martin Quinson <mquinson#debian.org>.

       Ce programme est un logiciel libre ; vous pouvez le copier et / ou le modifier sous les
       termes de la GPL (voir le fichier COPYING).