[iagno/gnome-3-34] Add missing translators comments.



commit 097389e2cf4fc49bf8235a69c26f3d3f3a70d43e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Sep 5 23:10:26 2019 +0200

    Add missing translators comments.

 data/org.gnome.Reversi.gschema.xml |  8 ++++----
 src/iagno.vala                     | 19 ++++++++++++++++++-
 2 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/data/org.gnome.Reversi.gschema.xml b/data/org.gnome.Reversi.gschema.xml
index 5689169..8c7f0a8 100644
--- a/data/org.gnome.Reversi.gschema.xml
+++ b/data/org.gnome.Reversi.gschema.xml
@@ -8,18 +8,18 @@
       <description>Use GNOME night light setting to activate night-mode.</description>
     </key>
     <key name="window-width" type="i">
+      <!-- see AdaptativeWindow.width-request at data/ui/adaptative-window.ui:22
+      <range min="350"/> FIXME -->
       <default>540</default>
-      <!-- see AdaptativeWindow.width-request at data/ui/adaptative-window.ui:22 -->
-      <!-- range min="350"/ FIXME -->
       <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/iagno/window-width' -->
       <summary>The width of the window</summary>
       <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/iagno/window-width' -->
       <description>The width of the main window in pixels.</description>
     </key>
     <key name="window-height" type="i">
+      <!-- see AdaptativeWindow.height-request at data/ui/adaptative-window.ui:21
+      <range min="284"/> FIXME -->
       <default>500</default>
-      <!-- see AdaptativeWindow.height-request at data/ui/adaptative-window.ui:21 -->
-      <!-- range min="284"/ FIXME -->
       <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/iagno/window-height' -->
       <summary>The height of the window</summary>
       <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/iagno/window-height' -->
diff --git a/src/iagno.vala b/src/iagno.vala
index a5afdd8..d337108 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -720,15 +720,32 @@ private class Iagno : Gtk.Application, BaseApplication
             _("Arnaud Bonatti (themes)")
         };
 
+        authors = {
         /* Translators: text crediting an author, in the about dialog */
-        authors = { _("Ian Peters"), _("Robert Ancell"), _("Arnaud Bonatti") };
+            _("Ian Peters"),
+
+
+        /* Translators: text crediting an author, in the about dialog */
+            _("Robert Ancell"),
+
+
+        /* Translators: text crediting an author, in the about dialog */
+            _("Arnaud Bonatti")
+        };
 
 
         /* Translators: text crediting a maintainer, in the about dialog text; the %u are replaced with the 
years of start and end */
         copyright = _("Copyright \xc2\xa9 %u-%u – Ian Peters").printf (1998, 2008) + "\n" +
+
+
+        /* Translators: text crediting a maintainer, in the about dialog text; the %u are replaced with the 
years of start and end */
                     _("Copyright \xc2\xa9 %u-%u – Michael Catanzaro").printf (2013, 2015) + "\n" +
+
+
+        /* Translators: text crediting a maintainer, in the about dialog text; the %u are replaced with the 
years of start and end */
                     _("Copyright \xc2\xa9 %u-%u – Arnaud Bonatti").printf (2014, 2019);
 
+
         /* Translators: text crediting a documenter, in the about dialog */
         documenters = { _("Tiffany Antopolski") };
         logo_icon_name = "org.gnome.Reversi";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]