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 <[email protected]>
倉澤 望 <[email protected]>
Debian JP Documentation ML <[email protected]>
Copyright © 2017 Brian Exelbierd. Copyright © 2022 Martin Quinson
<mquinson#debian.org>.
本プログラムはフリーソフトウェアです。GPL
の条項に基づき再頒布と変更を行うことができます
(COPYING
ファイルを参照してください)。