gnucash maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Mon Feb 8 19:59:16 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/2a25d8db (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ff4d04e6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c9912b18 (commit)



commit 2a25d8db435729f56786a9326c1ecae1de13c120
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Feb 9 01:58:41 2021 +0100

    L10N:tr: redo glossary

diff --git a/po/glossary/tr.po b/po/glossary/tr.po
index 2776864ad..69691fd15 100644
--- a/po/glossary/tr.po
+++ b/po/glossary/tr.po
@@ -8,13 +8,13 @@ msgstr ""
 "Project-Id-Version: GnuCash VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.gnucash.org/enter_bug.cgi?"
 "product=GnuCash&component=Translations\n"
-"POT-Creation-Date: 2021-02-09 01:09+0100\n"
-"PO-Revision-Date: 2021-02-09 01:09+0100\n"
+"POT-Creation-Date: 2021-02-09 01:51+0100\n"
+"PO-Revision-Date: 2021-02-09 01:51+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 

commit ff4d04e6f46b1991a6cea71a5492dbdf12975585
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Feb 9 01:57:52 2021 +0100

    I18N:glossary/txt-to-pot.sh: hardcode UTF-8
    
    Before msginit --no-translator -ltr had set ASCII
    for a language with accents!

diff --git a/po/glossary/txt-to-pot.sh b/po/glossary/txt-to-pot.sh
index 04a2ec318..2862a6249 100755
--- a/po/glossary/txt-to-pot.sh
+++ b/po/glossary/txt-to-pot.sh
@@ -23,7 +23,7 @@ then
 	exit 1;
 fi
 
-# Note: Line 2, 3, 9: PROJECT and probably a few other variables are hardcoded
+# Note: Line 2, 3, 9, 18: PROJECT, CHARSET and probably a few other variables are hardcoded
 cat <<!
 # SOME DESCRIPTIVE TITLE. (Glossary)
 # This file is distributed under the same license as the GnuCash package.
@@ -42,7 +42,7 @@ msgstr ""
 "Language-Team: LANGUAGE <LL at li.org>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 



Summary of changes:
 po/glossary/tr.po         | 6 +++---
 po/glossary/txt-to-pot.sh | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list