Home GnuPG
Diffusion GnuPG 0ccb5ddef18f

po: Update Japanese Translation.

Description

po: Update Japanese Translation.

  • Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

Details

Provenance
gniibeAuthored on Jun 20 2019, 8:10 AM
Parents
rGd5287f43fd4d: tools: Fix error handling for gpg-pair-tool.
Branches
Unknown
Tags
Unknown

Event Timeline

It looks like this commit breaks the build by me

It works again when I revert it

Otherwise, I get the following error at compile time

ja.po:10758: number of format specifications in 'msgid' and 'msgstr' does not match
/usr/bin/msgfmt: found 1 fatal error
2216 translated messages.
Makefile:312: recipe for target 'ja.gmo' failed

There are also 2 new warnings like ja.po:2097: 'msgid' and 'msgstr' entries do not both end with '\n'
They can be removed by this patch

commit d0d019c7cc635dc9412968b5b799e76dbc6e80e4 (HEAD -> jap)
Author: Philippe Antoine <contact@catenacyber.fr>
Date:   Wed Jun 26 11:55:14 2019 +0200

    remove warnings for japanese translation

diff --git a/po/ja.po b/po/ja.po
index 26c86eca3..77d011112 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1551,7 +1551,7 @@ msgid "Note: Only the secret part of the shown primary key will be deleted.\n"
 msgstr "注意: 表示されている主鍵の秘密鍵だけが削除されます。\n"
 
 msgid "Note: Only the secret part of the shown subkey will be deleted.\n"
-msgstr "注意: 表示されている副鍵の秘密鍵だけが削除されます。"
+msgstr "注意: 表示されている副鍵の秘密鍵だけが削除されます。\n"
 
 msgid "Delete this key from the keyring? (y/N) "
 msgstr "この鍵を鍵リングから削除しますか? (y/N) "
@@ -6355,7 +6355,7 @@ msgid "certificate is not usable for signing\n"
 msgstr "証明書は署名のために使えません\n"
 
 msgid "looking for another certificate\n"
-msgstr "別の証明書を探索する"
+msgstr "別の証明書を探索する\n"
 
 #, c-format
 msgid "line %d: invalid algorithm\n"
``

Thanks a lot. I was not careful when I updated.
Along with the error you addressed in the patch, I also found another.
All fixed in rGf05fd37266f5: po: Update Japanese Translation..