Provided by: po4a_0.69-1_all bug

NAME

       Locale::Po4a::Yaml - konvertiert YAML-Dateien von/in PO-Dateien

BESCHREIBUNG

       Locale::Po4a::Yaml ist ein Modul, um bei der Übersetzung von Yaml-Dateien in andere
       [natürliche] Sprachen zu helfen.

       Dieses Modul zieht den Wert von YAML-Hashes und -Felder heraus. Hash-Schlüssel werden
       nicht herausgezogen.

       HINWEIS: Dieses Modul wertet die YAML-Datei mit YAML::Tiny aus.

VON DIESEM MODUL AKZEPTIERTE OPTIONEN

       Dies sind die Modul-spezifischen Optionen:

       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
           Keine Feldwerte übersetzen.

SIEHE AUCH

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

AUTOREN

        Brian Exelbierd <bex@pobox.com>

URHEBERRECHT UND LIZENZ

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

       Dieses Programm ist freie Software; Sie können es unter den Bedingungen der GPL (siehe die
       Datei COPYING) vertreiben und/oder verändern.