From 0cc35a2ecb37e578a38c90c34ed11ca7a30a0bd0 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 8 Mar 2017 15:33:42 -0500 Subject: [PATCH] ADDED: Update German translations --- Sources/libMultiMarkdown/i18n.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/libMultiMarkdown/i18n.h b/Sources/libMultiMarkdown/i18n.h index 433af99..4d4515a 100644 --- a/Sources/libMultiMarkdown/i18n.h +++ b/Sources/libMultiMarkdown/i18n.h @@ -72,11 +72,11 @@ static const char * lc_lookup[kNumberOfLanguages * kNumberOfStrings] = { "return to body", // English "return to body", // Español - "zum Haupttext", // Deutsch + "Zum Haupttext", // Deutsch "see footnote", // English "Ver nota de pie", // Español - "siehe Fußnote", // Deutsch + "Siehe Fußnote", // Deutsch "see citation", // English "see citation", // Español @@ -84,7 +84,7 @@ static const char * lc_lookup[kNumberOfLanguages * kNumberOfStrings] = { "see glossary", // English "see glossary", // Español - "see glossary", // Deutsch + "Siehe Glossar", // Deutsch }; -- 2.50.1