[lxc-devel] [lxd/master] fixing po/de.po

palica on Github lxc-bot at linuxcontainers.org
Sat Oct 12 19:00:32 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 572 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191012/9bd02580/attachment.bin>
-------------- next part --------------
From 08bafc8c7a20afeba34edb0a88bdad2765b272ce Mon Sep 17 00:00:00 2001
From: palica <pavol.cupka at 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.cupka at 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


More information about the lxc-devel mailing list