Provided by: po4a_0.69-1_all bug

名前

       Locale::Po4a::Yaml - YAMLファイルとPOファイルの相互変換

説明

       Locale::Po4a::Yaml は、YAMLファイルを他の [自然] 言語へ翻訳するのを助けるモジュールです。

       このモジュールはYAMLのハッシュと配列の値を抽出します。ハッシュのキーは抽出されません。

       補足:このモジュールはYAMLファイルをYAML::Tinyを使って解析します。

このモジュールで使用できるオプション

       以下は、このモジュール固有のオプションです:

       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
           配列の値を変換しません。

関連項目

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

著者

        Brian Exelbierd <bex@pobox.com>

訳者

        倉澤 望 <nabetaro@debian.or.jp>
        Debian JP Documentation ML <debian-doc@debian.or.jp>

著作権とライセンス

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

       本プログラムはフリーソフトウェアです。GPL の条項に基づき再頒布と変更を行うことができます
       (COPYING ファイルを参照してください)。