diff options
Diffstat (limited to 't/cfg/space-in-option-value')
-rw-r--r-- | t/cfg/space-in-option-value/_man.ja.1 | 6 | ||||
-rw-r--r-- | t/cfg/space-in-option-value/_output | 3 | ||||
-rw-r--r-- | t/cfg/space-in-option-value/man.1 | 1 | ||||
-rw-r--r-- | t/cfg/space-in-option-value/man.ja.po | 23 | ||||
-rw-r--r-- | t/cfg/space-in-option-value/man.pot | 23 | ||||
-rw-r--r-- | t/cfg/space-in-option-value/po4a.conf | 7 |
6 files changed, 63 insertions, 0 deletions
diff --git a/t/cfg/space-in-option-value/_man.ja.1 b/t/cfg/space-in-option-value/_man.ja.1 new file mode 100644 index 0000000..6479fb6 --- /dev/null +++ b/t/cfg/space-in-option-value/_man.ja.1 @@ -0,0 +1,6 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH 検査 1 diff --git a/t/cfg/space-in-option-value/_output b/t/cfg/space-in-option-value/_output new file mode 100644 index 0000000..a5c6017 --- /dev/null +++ b/t/cfg/space-in-option-value/_output @@ -0,0 +1,3 @@ +Updating man.pot: (1 entries) +Updating man.ja.po: 1 translated message. +man.ja.1 is 100% translated (1 strings). diff --git a/t/cfg/space-in-option-value/man.1 b/t/cfg/space-in-option-value/man.1 new file mode 100644 index 0000000..eb859f2 --- /dev/null +++ b/t/cfg/space-in-option-value/man.1 @@ -0,0 +1 @@ +.TH test 1 diff --git a/t/cfg/space-in-option-value/man.ja.po b/t/cfg/space-in-option-value/man.ja.po new file mode 100644 index 0000000..5e24d8d --- /dev/null +++ b/t/cfg/space-in-option-value/man.ja.po @@ -0,0 +1,23 @@ +# Japanese translations for Hello world package +# Copyright (C) 2024 Goodbye Mars +# This file is distributed under the same license as the Hello world package. +# Automatically generated, 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: Hello world How are you Venus\n" +"POT-Creation-Date: 2024-01-05 08:52+0900\n" +"PO-Revision-Date: 2024-01-13 11:15+0900\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. type: TH +#: man.1:1 +#, no-wrap +msgid "test" +msgstr "検査" diff --git a/t/cfg/space-in-option-value/man.pot b/t/cfg/space-in-option-value/man.pot new file mode 100644 index 0000000..9499249 --- /dev/null +++ b/t/cfg/space-in-option-value/man.pot @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Goodbye Mars +# This file is distributed under the same license as the Hello world package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Hello world How are you Venus\n" +"POT-Creation-Date: 2024-01-05 08:52+0900\n" +"PO-Revision-Date: 2024-01-13 11:16+0900\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: TH +#: man.1:1 +#, no-wrap +msgid "test" +msgstr "" diff --git a/t/cfg/space-in-option-value/po4a.conf b/t/cfg/space-in-option-value/po4a.conf new file mode 100644 index 0000000..8cef3eb --- /dev/null +++ b/t/cfg/space-in-option-value/po4a.conf @@ -0,0 +1,7 @@ +[options] --package-name "Hello world" \ + --package-version 'How are you Venus' \ + --copyright-holder Goodbye\ Mars + +[po4a_langs] ja +[po4a_paths] man.pot ja:man.ja.po +[type:man] man.1 ja:man.ja.1 |