名稱
Locale::Po4a::Yaml - 將 YAML
檔案從/轉換為 PO 檔案
描述
Locale::Po4a::Yaml
是一個幫助將 Yaml
檔案翻譯成其他 [人類]
語言的模組。
該模組提取 YAML
雜湊和陣列的值。不提取雜湊鍵。
注意:此模組使用
YAML::Tiny 解析 YAML 檔案。
此模組接受的選項
以下是此模組的特定選項:
- 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
- 不轉換陣列值。
作者
Brian Exelbierd <bex@pobox.com>
版權和許可
Copyright © 2017 Brian Exelbierd. Copyright © 2022
Martin Quinson <mquinson#debian.org>.
此程式是自由軟體;您可以根據
GPL
條款重新分發和/或修改它(請參閱複製檔案)。