LOCALE::PO4A::YAML.3PM(1) User Contributed Perl Documentation LOCALE::PO4A::YAML.3PM(1)

名稱

Locale::Po4a::Yaml - 將 YAML 檔案從/轉換為 PO 檔案

描述

Locale::Po4a::Yaml 是一個幫助將 Yaml 檔案翻譯成其他 [人類] 語言的模組。

該模組提取 YAML 雜湊和陣列的值。不提取雜湊鍵。

注意:此模組使用 YAML::Tiny 解析 YAML 檔案。

此模組接受的選項

以下是此模組的特定選項:

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.
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.
不轉換陣列值。

另請參見

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

作者

Brian Exelbierd <bex@pobox.com>

版權和許可

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

This program is free software; you may redistribute it and/or modify it under the terms of GPL v2.0 or later (see the COPYING file).

2024-04-28 perl v5.38.2