The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5305
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === fix for error: ``` po/ja.po:1372: 'msgid' and 'msgstr' entries do not both end with '\n' msgfmt: found 1 fatal error ``` Signed-off-by: Pavol Cupka <pavol.cu...@gmail.com>
From d88f2bfd60fd261e59bd0fd05cc5fe42489285cf Mon Sep 17 00:00:00 2001 From: palica <pavol.cu...@gmail.com> Date: Sat, 24 Nov 2018 11:50:34 +0100 Subject: [PATCH] fix newline for ja.po fix for error: ``` po/ja.po:1372: 'msgid' and 'msgstr' entries do not both end with '\n' msgfmt: found 1 fatal error ``` --- po/ja.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/po/ja.po b/po/ja.po index a9a3a245cc..70beabac96 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1372,8 +1372,7 @@ msgid "" msgstr "" "イメージのエイリアスを一覧表示します\n" "\n" -"指定するフィルタはイメージのハッシュ値の一部でもイメージのエイリアスの一部で" -"も構いません。" +"指定するフィルタはイメージのハッシュ値の一部でもイメージのエイリアスの一部でも構いません。\n" #: lxc/image.go:894 msgid "List images"
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel