[cogl] l10n: Remove the internal copy of glib from the list of gettext files



commit 6ccf9b5d0da6e85142112917fd66608ba1c8e508
Author: Neil Roberts <neil linux intel com>
Date:   Fri Nov 23 15:07:32 2012 +0000

    l10n: Remove the internal copy of glib from the list of gettext files
    
    We probably don't want to include the internal copy of glib in the
    list of files to scan for translatable strings because these strings
    already exist in glib itself and it is a waste of translator's time to
    translate them again.
    
    If we wanted to make this work properly, maybe we could adopt a system
    where we also copy the translated strings from glib into cogl and then
    merge them into the message catalog during the build. However it
    doesn't seem like translated strings would be that useful in
    situations where --disable-glib is used, so maybe it's not worth
    bothering with.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685238
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 po/POTFILES.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cd55c9b..749aed0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,3 @@
 # List of source files which contain translatable strings.
 cogl/cogl-debug.c
 cogl/cogl-debug-options.h
-deps/glib/gfileutils.c



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