[recipes] Pick up recipe translations from the gnome-recipes-data domain



commit f9a4f278f0c2fc0ef1a3876526811822cd0102cc
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 26 11:43:11 2017 -0500

    Pick up recipe translations from the gnome-recipes-data domain
    
    This is where they live now.

 src/gr-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-utils.c b/src/gr-utils.c
index bc95230..c8c020c 100644
--- a/src/gr-utils.c
+++ b/src/gr-utils.c
@@ -353,7 +353,7 @@ translate_multiline_string (const char *s)
                 if (i > 0)
                         g_string_append (out, "\n");
                 if (strv[i][0] != 0)
-                        g_string_append (out, _(strv[i]));
+                        g_string_append (out, g_dgettext (GETTEXT_PACKAGE "-data", strv[i]));
        }
 
         return g_string_free (out, FALSE);


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