1Locale::Po4a::Yaml(3pm) Po4a Tools Locale::Po4a::Yaml(3pm)
2
3
4
6 Locale::Po4a::Yaml - convert YAML files from/to PO files
7
9 Locale::Po4a::Yaml is a module to help the translation of Yaml files
10 into other [human] languages.
11
12 The module extracts the value of YAML hashes and arrays. Hash keys are
13 not extracted.
14
15 NOTE: This module parses the YAML file with YAML::Tiny.
16
18 These are this module's particular options:
19
20 keys
21 Space-separated list of hash keys to process for extraction, all
22 other keys are skipped. Keys are matched with a case-insentive
23 match. Arrays values are always returned.
24
26 Locale::Po4a::TransTractor(3pm), po4a(7)
27
29 Brian Exelbierd <bex@pobox.com>
30
32 Copyright © 2017 Brian Exelbierd.
33
34 This program is free software; you may redistribute it and/or modify it
35 under the terms of GPL (see the COPYING file).
36
37
38
39Po4a Tools 2020-01-30 Locale::Po4a::Yaml(3pm)