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 unless if the skip_array
24 option is provided.
25
26 skip_array
27 Do not translate array values.
28
30 Locale::Po4a::TransTractor(3pm), po4a(7)
31
33 Brian Exelbierd <bex@pobox.com>
34
36 Copyright © 2017 Brian Exelbierd.
37
38 This program is free software; you may redistribute it and/or modify it
39 under the terms of GPL (see the COPYING file).
40
41
42
43Po4a Tools 2021-02-23 Locale::Po4a::Yaml(3pm)