gnucash maint: [I18N] Support of all *_() macros of glib/gi18n.h in ninja pot

Frank H.Ellenberger fell at code.gnucash.org
Thu Sep 5 16:33:55 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/1b22715a (commit)
	from  https://github.com/Gnucash/gnucash/commit/d30fe7a3 (commit)



commit 1b22715a497b6d566d938c47ac78715e0f6c279f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 5 21:28:21 2019 +0200

    [I18N] Support of all *_() macros of glib/gi18n.h in ninja pot
    
    C_() and NC_() were still missing

diff --git a/po/gnucash-pot.cmake b/po/gnucash-pot.cmake
index 9f80a747e..426b4fc0e 100644
--- a/po/gnucash-pot.cmake
+++ b/po/gnucash-pot.cmake
@@ -21,8 +21,10 @@ execute_process(
                         --flag=g_scanner_error:2:c-format
                         --flag=g_scanner_warn:2:c-format
                         --keyword=_
-                        --keyword=N_
                         --keyword=Q_:1g
+                        --keyword=N_
+                        --keyword=C_:1c,2
+                        --keyword=NC_:1c,2
                         --keyword=translate:1,1t
                         --keyword=translate:1c,2,2t
                         --keyword=translate:1,2,3t



Summary of changes:
 po/gnucash-pot.cmake | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list