gnucash maint: I18N: Remove date strings from pot

Frank H.Ellenberger fell at code.gnucash.org
Mon Nov 30 19:31:16 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/2533215c (commit)
	from  https://github.com/Gnucash/gnucash/commit/4f2c66f9 (commit)



commit 2533215ca494ceb1b934ddef7987b23e55ea9a9a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Dec 1 00:57:53 2020 +0100

    I18N: Remove date strings from pot

diff --git a/gnucash/gtkbuilder/dialog-preferences.glade b/gnucash/gtkbuilder/dialog-preferences.glade
index 43c574508..e252ea2f4 100644
--- a/gnucash/gtkbuilder/dialog-preferences.glade
+++ b/gnucash/gtkbuilder/dialog-preferences.glade
@@ -47,23 +47,23 @@
     </columns>
     <data>
       <row>
-        <col id="0" translatable="yes">US</col>
-        <col id="1" translatable="yes">07/31/2013</col>
+        <col id="0" translatable="yes" comments="Date format label for 07/31/2013">US</col>
+        <col id="1" comments="Translation is futile here">07/31/2013</col>
       </row>
       <row>
-        <col id="0" translatable="yes">UK</col>
-        <col id="1" translatable="yes">31/07/2013</col>
+        <col id="0" translatable="yes" comments="Date format label for 31/07/2013">UK</col>
+        <col id="1">31/07/2013</col>
       </row>
       <row>
-        <col id="0" translatable="yes">Europe</col>
-        <col id="1" translatable="yes">31.07.2013</col>
+        <col id="0" translatable="yes" comments="Date format label for 31.07.2013">Europe</col>
+        <col id="1">31.07.2013</col>
       </row>
       <row>
-        <col id="0" translatable="yes">ISO</col>
-        <col id="1" translatable="yes">2013-07-31</col>
+        <col id="0" translatable="yes" comments="Date format label for 2013-07-31">ISO</col>
+        <col id="1">2013-07-31</col>
       </row>
       <row>
-        <col id="0" translatable="yes">Locale</col>
+        <col id="0" translatable="yes" comments="Label for locale settings of formats, …">Locale</col>
         <col id="1" comments="Because it will be overwritten no translation is reqired">(dummy)</col>
       </row>
     </data>



Summary of changes:
 gnucash/gtkbuilder/dialog-preferences.glade | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list