.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "LOCALE::PO4A::YAML.3PM 1" .TH LOCALE::PO4A::YAML.3PM 1 2024-06-26 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NOME .IX Header "NOME" Locale::Po4a::Yaml \- converte file YAML da/a file PO .SH DESCRIZIONE .IX Header "DESCRIZIONE" Locale::Po4a::Yaml è un modulo che serve per aiutare la traduzione di file Yaml in altre lingue. .PP Il modulo estrae il valore di hash e array YAML. Le chiavi hash non vengono estratte. .PP NOTA: questo modulo analizza il file YAML con YAML::Tiny. .SH "OPZIONI ACCETTATE DA QUESTO MODULO" .IX Header "OPZIONI ACCETTATE DA QUESTO MODULO" Queste sono le opzioni speciali per questo modulo: .IP \fBkeys\fR 4 .IX Item "keys" Elenco separato da spazi di chiavi hash da elaborare per l'estrazione, tutte le altre chiavi vengono ignorate. Le chiavi vengono confrontate con distinzione tra maiuscole e minuscole. Se \fBpaths\fR e \fBkeys\fR vengono utilizzati insieme, i valori vengono inclusi se corrispondono ad almeno una delle opzioni. I valori degli array vengono sempre restituiti a meno che non venga fornita l'opzione \fBskip_array\fR. .IP \fBpaths\fR 4 .IX Item "paths" Elenco separato da virgole di percorsi hash da elaborare per l'estrazione, tutti gli altri percorsi vengono ignorati. I percorsi vengono confrontati con distinzione tra maiuscole e minuscole. Se \fBpaths\fR e \fBkeys\fR vengono utilizzati insieme, i valori vengono inclusi se corrispondono ad almeno una delle opzioni. I valori degli array vengono sempre restituiti a meno che non venga fornita l'opzione \fBskip_array\fR. .IP \fBskip_array\fR 4 .IX Item "skip_array" Non tradurre il valori array. .SH "VEDERE ANCHE" .IX Header "VEDERE ANCHE" \&\fBLocale::Po4a::TransTractor\fR\|(3pm), \fBpo4a\fR\|(7) .SH AUTORI .IX Header "AUTORI" .Vb 1 \& Brian Exelbierd .Ve .SH TRADUZIONE .IX Header "TRADUZIONE" .Vb 2 \& Danilo Piazzalunga \& Marco Ciampa .Ve .SH "COPYRIGHT E LICENZA" .IX Header "COPYRIGHT E LICENZA" .Vb 2 \& Copyright © 2017 Brian Exelbierd. \& Copyright © 2022 Martin Quinson . .Ve .PP Questo programma è software libero; è lecito ridistribuirlo o modificarlo secondo i termini della licenza GPL v2.0 o successive (vedere il file COPYING).