diff options
Diffstat (limited to 't/charset/input-utf8')
-rw-r--r-- | t/charset/input-utf8/_output | 3 | ||||
-rw-r--r-- | t/charset/input-utf8/_utf8.up.pod | 18 | ||||
-rw-r--r-- | t/charset/input-utf8/po4a.conf | 4 | ||||
-rw-r--r-- | t/charset/input-utf8/utf8.pod | 4 | ||||
-rw-r--r-- | t/charset/input-utf8/utf8.pot | 27 | ||||
-rw-r--r-- | t/charset/input-utf8/utf8.up.po | 26 |
6 files changed, 82 insertions, 0 deletions
diff --git a/t/charset/input-utf8/_output b/t/charset/input-utf8/_output new file mode 100644 index 0000000..1c6e038 --- /dev/null +++ b/t/charset/input-utf8/_output @@ -0,0 +1,3 @@ +Updating utf8.pot: (2 entries) +Updating utf8.up.po: 2 translated messages. +utf8.up.pod is 100% translated (2 strings). diff --git a/t/charset/input-utf8/_utf8.up.pod b/t/charset/input-utf8/_utf8.up.pod new file mode 100644 index 0000000..091122b --- /dev/null +++ b/t/charset/input-utf8/_utf8.up.pod @@ -0,0 +1,18 @@ + + ***************************************************** + * GENERATED FILE, DO NOT EDIT * + * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION * + ***************************************************** + +This file was generated by po4a(7). Do not store it (in VCS, for example), +but store the PO file used as source file by po4a-translate. + +In fact, consider this as a binary, and the PO file as a regular .c file: +If the PO get lost, keeping this translation up-to-date will be harder. + +=encoding UTF-8 + +=head1 TÍTULO DE PRUEBA + +BLÈBLEBLE LÁLALALA + diff --git a/t/charset/input-utf8/po4a.conf b/t/charset/input-utf8/po4a.conf new file mode 100644 index 0000000..2968bb5 --- /dev/null +++ b/t/charset/input-utf8/po4a.conf @@ -0,0 +1,4 @@ +[po4a_paths] utf8.pot up:utf8.up.po +[options] opt:"--msgmerge-opt --silent --master-charset UTF-8" + +[type:pod] utf8.pod up:utf8.up.pod diff --git a/t/charset/input-utf8/utf8.pod b/t/charset/input-utf8/utf8.pod new file mode 100644 index 0000000..4d65bf6 --- /dev/null +++ b/t/charset/input-utf8/utf8.pod @@ -0,0 +1,4 @@ +=head1 Título de prueba + +blèbleble +lálalala diff --git a/t/charset/input-utf8/utf8.pot b/t/charset/input-utf8/utf8.pot new file mode 100644 index 0000000..b69a8bf --- /dev/null +++ b/t/charset/input-utf8/utf8.pot @@ -0,0 +1,27 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2020-04-12 00:26+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: =head1 +#: charset/input-utf8/utf8.pod:1 +msgid "Título de prueba" +msgstr "" + +#. type: textblock +#: charset/input-utf8/utf8.pod:3 +msgid "blèbleble lálalala" +msgstr "" diff --git a/t/charset/input-utf8/utf8.up.po b/t/charset/input-utf8/utf8.up.po new file mode 100644 index 0000000..7041296 --- /dev/null +++ b/t/charset/input-utf8/utf8.up.po @@ -0,0 +1,26 @@ +# Language up translations for po package +# Copyright (C) 2020 Free Software Foundation, Inc. +# This file is distributed under the same license as the po package. +# Automatically generated, 2020. +# +msgid "" +msgstr "" +"Project-Id-Version: po 4a\n" +"POT-Creation-Date: 2020-04-12 00:24+0200\n" +"PO-Revision-Date: 2020-04-12 00:24+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: up\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: =head1 +#: charset/input-utf8/utf8.pod:1 +msgid "Título de prueba" +msgstr "TÍTULO DE PRUEBA" + +#. type: textblock +#: charset/input-utf8/utf8.pod:3 +msgid "blèbleble lálalala" +msgstr "BLÈBLEBLE LÁLALALA" |