gnucash-htdocs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Fri Oct 16 20:54:47 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/07ea32ef (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/99f6dc06 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/96d37c66 (commit)



commit 07ea32efe5063275d25abc16df0592266d9f6eaa
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Oct 16 23:00:33 2020 +0200

    I18N: include external/*.php as source files

diff --git a/Makefile b/Makefile
index d4226b6..316daf6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ check:
 pot: po/POTFILES po/gnucash-htdocs.pot
 
 po/POTFILES: .potfiles
-	( find . -maxdepth 1 -type f -name '*.php' -o -name '*.phtml'; find externals -name '*.phtml'; find search/templates -name '*.php_tmpl'; ) > po/POTFILES
+	( find . -maxdepth 1 -type f -name '*.php' -o -name '*.phtml'; find externals -name '*.php' -o -name '*.phtml'; find search/templates -name '*.php_tmpl'; ) > po/POTFILES
 
 .potfiles:
 

commit 99f6dc06ed53053406b8551f8ecba1b91888a454
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Oct 16 22:45:16 2020 +0200

    I18N: Allow UTF-8 input for xgettext
    
    Default is ASCII

diff --git a/Makefile b/Makefile
index 16e3f4d..d4226b6 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ po/POTFILES: .potfiles
 
 po/gnucash-htdocs.pot: po/POTFILES
 	xgettext -f po/POTFILES -L PHP --keyword="T_" -o po/gnucash-htdocs.pot -F -c \
+	  --from-code=UTF-8 \
 	  --add-comments=Translators \
 	  --package-name=gnucash-htdocs \
 	  --copyright-holder="The GnuCash Website Team" \



Summary of changes:
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list