diff options
Diffstat (limited to '')
-rw-r--r-- | t/charset/yaml/utf8.norm | 3 | ||||
-rw-r--r-- | t/charset/yaml/utf8.po | 23 | ||||
-rw-r--r-- | t/charset/yaml/utf8.pot | 23 | ||||
-rw-r--r-- | t/charset/yaml/utf8.trans | 3 | ||||
-rw-r--r-- | t/charset/yaml/utf8.yaml | 3 |
5 files changed, 55 insertions, 0 deletions
diff --git a/t/charset/yaml/utf8.norm b/t/charset/yaml/utf8.norm new file mode 100644 index 0000000..444e273 --- /dev/null +++ b/t/charset/yaml/utf8.norm @@ -0,0 +1,3 @@ +--- +meta: + lang: 日本語 diff --git a/t/charset/yaml/utf8.po b/t/charset/yaml/utf8.po new file mode 100644 index 0000000..36cd1ee --- /dev/null +++ b/t/charset/yaml/utf8.po @@ -0,0 +1,23 @@ +# 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: 2021-02-08 08:18+0100\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: Hash Value: meta lang +#: utf8.yaml:1 +#, no-wrap +msgid "日本語" +msgstr "UPPER CASE" diff --git a/t/charset/yaml/utf8.pot b/t/charset/yaml/utf8.pot new file mode 100644 index 0000000..7dcea62 --- /dev/null +++ b/t/charset/yaml/utf8.pot @@ -0,0 +1,23 @@ +# 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: 2021-02-08 08:18+0100\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: Hash Value: meta lang +#: utf8.yaml:1 +#, no-wrap +msgid "日本語" +msgstr "" diff --git a/t/charset/yaml/utf8.trans b/t/charset/yaml/utf8.trans new file mode 100644 index 0000000..d8afa3a --- /dev/null +++ b/t/charset/yaml/utf8.trans @@ -0,0 +1,3 @@ +--- +meta: + lang: 'UPPER CASE' diff --git a/t/charset/yaml/utf8.yaml b/t/charset/yaml/utf8.yaml new file mode 100644 index 0000000..444e273 --- /dev/null +++ b/t/charset/yaml/utf8.yaml @@ -0,0 +1,3 @@ +--- +meta: + lang: 日本語 |