LOCALE::PO4A::YAML.3PM(1) User Contributed Perl Documentation NOME Locale::Po4a::Yaml - converte ficheiros YAML de/para ficheiros PO DESCRICAO Locale::Po4a::Yaml e um modulo para ajudar a traducao de ficheiros Yaml para outros idiomas. O modulo extrai o valor de hashes e matrizes YAML. As chaves hash nao sao extraidas. NOTA: Este modulo analisa o ficheiro YAML com YAML::Tiny. OPCOES ACEITES POR ESTE MODULO Estas sao as opcoes particulares deste modulo: keys 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. paths 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. skip_array Nao traduz os valores de matrizes. VER TAMBEM Locale::Po4a::TransTractor(3pm), po4a(7) AUTORES Brian Exelbierd DIREITOS DE AUTOR E LICENCA Copyright (C) 2017 Brian Exelbierd. Copyright (C) 2022 Martin Quinson . 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). perl v5.38.2 2024-06-26 LOCALE::PO4A::YAML.3PM(1)