The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6310

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) ===
po/de.po:171: '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 08bafc8c7a20afeba34edb0a88bdad2765b272ce Mon Sep 17 00:00:00 2001
From: palica <pavol.cu...@gmail.com>
Date: Sat, 12 Oct 2019 21:00:12 +0200
Subject: [PATCH] fixing po/de.po

po/de.po:171: 'msgid' and 'msgstr' entries do not both end with '\n'
msgfmt: found 1 fatal error

Signed-off-by: Pavol Cupka pavol.cu...@gmail.com
---
 po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/de.po b/po/de.po
index 9cfa00c173..a18307c3b7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -167,14 +167,14 @@ msgid ""
 "###\n"
 "### Each property is represented by a single line:\n"
 "### An example would be:\n"
-"###  description: My custom image"
+"###  description: My custom image\n"
 msgstr ""
 "### Dies ist eine Darstellung der Eigenschaften eines Images in yaml.\n"
 "### Jede Zeile die mit '# beginnt wird ignoriert.\n"
 "###\n"
 "### Pro Eigenschaft wird eine Zeile verwendet:\n"
 "### Zum Beispiel:\n"
-"###  description: Mein eigenes Abbild"
+"###  description: Mein eigenes Abbild\n"
 
 #: lxc/network.go:554
 #, fuzzy
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to