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

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) ===
msgfmt in gentoo/funtoo doesn't like these missing newlines.

Signed-off-by: Daniel Robbins <drobb...@funtoo.org>
From d64ecb03790e39308744f9dbc82f6f2b0cfb161f Mon Sep 17 00:00:00 2001
From: Daniel Robbins <drobb...@funtoo.org>
Date: Wed, 11 Dec 2019 19:56:49 -0700
Subject: [PATCH] Fixing de translation newlines

msgfmt in gentoo/funtoo doesn't like these missing newlines.

Signed-off-by: Daniel Robbins <drobb...@funtoo.org>
---
 po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/de.po b/po/de.po
index d774205d85..bd3fb31f67 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:555
 #, fuzzy
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to