gnucash maint: I18N: remove translatable flag from several numbers in glade files

Frank H.Ellenberger fell at code.gnucash.org
Sun Dec 6 00:45:30 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/1a32fe1e (commit)
	from  https://github.com/Gnucash/gnucash/commit/424676c3 (commit)



commit 1a32fe1ef81684526ac5b11b20821c6c8e835c83
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Dec 6 06:24:46 2020 +0100

    I18N: remove translatable flag from several numbers in glade files

diff --git a/gnucash/gtkbuilder/assistant-csv-export.glade b/gnucash/gtkbuilder/assistant-csv-export.glade
index 04b969e5b..7e184f30f 100644
--- a/gnucash/gtkbuilder/assistant-csv-export.glade
+++ b/gnucash/gtkbuilder/assistant-csv-export.glade
@@ -336,7 +336,7 @@ Select the type of Export required and the separator that will be used.
                           <object class="GtkLabel" id="num_accounts_label">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="label" translatable="yes">0</property>
+                            <property name="label">0</property>
                             <property name="justify">center</property>
                           </object>
                           <packing>
diff --git a/gnucash/gtkbuilder/dialog-preferences.glade b/gnucash/gtkbuilder/dialog-preferences.glade
index e252ea2f4..7cd0f1280 100644
--- a/gnucash/gtkbuilder/dialog-preferences.glade
+++ b/gnucash/gtkbuilder/dialog-preferences.glade
@@ -1269,7 +1269,7 @@ many months before the current month</property>
                     <property name="tooltip_markup">How many automatic decimal places will be filled in.</property>
                     <property name="tooltip_text" translatable="yes">How many automatic decimal places will be filled in.</property>
                     <property name="invisible_char">●</property>
-                    <property name="text" translatable="yes">2</property>
+                    <property name="text">2</property>
                     <property name="primary_icon_activatable">False</property>
                     <property name="secondary_icon_activatable">False</property>
                     <property name="adjustment">auto_decimal_places_adj</property>
@@ -2081,7 +2081,7 @@ many months before the current month</property>
                     <property name="tooltip_markup">In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won&apos;t match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match.</property>
                     <property name="tooltip_text" translatable="yes">In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match.</property>
                     <property name="invisible_char">●</property>
-                    <property name="text" translatable="yes">2,00</property>
+                    <property name="text">2.00</property>
                     <property name="primary_icon_activatable">False</property>
                     <property name="secondary_icon_activatable">False</property>
                     <property name="adjustment">atm_fee_adj</property>
@@ -3518,7 +3518,7 @@ many months before the current month</property>
                         <property name="tooltip_markup">If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis.</property>
                         <property name="tooltip_text" translatable="yes">If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis.</property>
                         <property name="invisible_char">●</property>
-                        <property name="text" translatable="yes">30</property>
+                        <property name="text">30</property>
                         <property name="primary_icon_activatable">False</property>
                         <property name="secondary_icon_activatable">False</property>
                         <property name="adjustment">tab_width_adj</property>
diff --git a/gnucash/gtkbuilder/dialog-progress.glade b/gnucash/gtkbuilder/dialog-progress.glade
index 9aabb7641..7542a2eba 100644
--- a/gnucash/gtkbuilder/dialog-progress.glade
+++ b/gnucash/gtkbuilder/dialog-progress.glade
@@ -3,7 +3,7 @@
 <interface>
   <requires lib="gtk+" version="3.22"/>
   <object class="GtkTextBuffer" id="textbuffer1">
-    <property name="text" translatable="yes">1234567890123456789012345678901234567890</property>
+    <property name="text">1234567890123456789012345678901234567890</property>
   </object>
   <object class="GtkWindow" id="progress_dialog">
     <property name="visible">True</property>
diff --git a/gnucash/gtkbuilder/dialog-tax-info.glade b/gnucash/gtkbuilder/dialog-tax-info.glade
index 20301fea2..b43fdd4b4 100644
--- a/gnucash/gtkbuilder/dialog-tax-info.glade
+++ b/gnucash/gtkbuilder/dialog-tax-info.glade
@@ -381,7 +381,7 @@
                           <object class="GtkLabel" id="num_accounts_label">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="label" translatable="yes">0</property>
+                            <property name="label">0</property>
                             <property name="justify">center</property>
                           </object>
                           <packing>
diff --git a/gnucash/gtkbuilder/gnc-plugin-page-register.glade b/gnucash/gtkbuilder/gnc-plugin-page-register.glade
index 5e835ffdc..dd44f59c6 100644
--- a/gnucash/gtkbuilder/gnc-plugin-page-register.glade
+++ b/gnucash/gtkbuilder/gnc-plugin-page-register.glade
@@ -761,7 +761,7 @@ If 0, all previous days included</property>
     </child>
   </object>
   <object class="GtkEntryBuffer" id="entrybuffer1">
-    <property name="text" translatable="yes">0</property>
+    <property name="text">0</property>
   </object>
   <object class="GtkDialog" id="sort_by_dialog">
     <property name="can_focus">False</property>



Summary of changes:
 gnucash/gtkbuilder/assistant-csv-export.glade     | 2 +-
 gnucash/gtkbuilder/dialog-preferences.glade       | 6 +++---
 gnucash/gtkbuilder/dialog-progress.glade          | 2 +-
 gnucash/gtkbuilder/dialog-tax-info.glade          | 2 +-
 gnucash/gtkbuilder/gnc-plugin-page-register.glade | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)



More information about the gnucash-changes mailing list