GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

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

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.

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-insensitive 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-insensitive 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
Do not translate array values.

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

 Brian Exelbierd <bex@pobox.com>

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).

2022-04-12 Po4a Tools

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.