Scroll to navigation

Locale::Po4a::Yaml(3pm) Po4a Tools Locale::Po4a::Yaml(3pm)

NAME

Locale::Po4a::Yaml - convert YAML files from/to PO files

DESCRIPTION

Locale::Po4a::Yaml is a module to help the translation of Yaml files into other [human] languages.

The module extracts the value of YAML hashes and arrays. Hash keys are not extracted.

NOTE: This module parses the YAML file with YAML::Tiny.

OPTIONS ACCEPTED BY THIS MODULE

These are this module's particular options:
keys
Space-separated list of hash keys to process for extraction, all other keys are skipped. Keys are matched with a case-insentive match. Arrays values are always returned.

SEE ALSO

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

AUTHORS

 Brian Exelbierd <bex@pobox.com>

COPYRIGHT AND LICENSE

Copyright © 2017 Brian Exelbierd.

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

2018-12-17 Po4a Tools