GNOME Bugzilla – Bug 678035
No need to include i18n support
Last modified: 2012-09-06 16:16:07 UTC
.
Created attachment 216298 [details] [review] No need to include i18n support There's nothing to translate here.
Created attachment 216299 [details] [review] po: No files left to translate
Comment on attachment 216298 [details] [review] No need to include i18n support >From 9a76b666404e4ffad45e08b1f44eaca0057fde0c Mon Sep 17 00:00:00 2001 >From: Bastien Nocera <hadess@hadess.net> >Date: Wed, 13 Jun 2012 16:07:07 +0100 >Subject: [PATCH] No need to include i18n support > >There's nothing to translate here. > >https://bugzilla.gnome.org/show_bug.cgi?id=678035 >--- > atk-adaptor/bridge.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c >index 3a28faf..23a500c 100644 >--- a/atk-adaptor/bridge.c >+++ b/atk-adaptor/bridge.c >@@ -37,7 +37,6 @@ > > #include <droute/droute.h> > #include <gmodule.h> >-#include <glib/gi18n.h> > #include <atspi/atspi.h> > > #include "bridge.h" >-- >1.7.10.2
Comment on attachment 216299 [details] [review] po: No files left to translate Looks fine. Thanks. >From 1eaafc5af0b527637f9af67fd96364b66dde1774 Mon Sep 17 00:00:00 2001 >From: Bastien Nocera <hadess@hadess.net> >Date: Wed, 13 Jun 2012 16:49:00 +0100 >Subject: [PATCH] po: No files left to translate > >https://bugzilla.gnome.org/show_bug.cgi?id=678035 >--- > po/POTFILES.in | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/po/POTFILES.in b/po/POTFILES.in >index a022ccf..7f69258 100644 >--- a/po/POTFILES.in >+++ b/po/POTFILES.in >@@ -1,3 +1,2 @@ > # List of source files containing translatable strings. > # Please keep this file sorted alphabetically. >-atk-adaptor/bridge.c >-- >1.7.10.2
Attachment 216298 [details] pushed as ed260a6 - No need to include i18n support Attachment 216299 [details] pushed as bc07db9 - po: No files left to translate
Just a note for the next time. A friendly ping to gnome-i18n is always appreciated any time a new module has strings to translate or, as it is the case here, a module has no need to be translated any more. Then we can update l10n.gnome.org accordingly.
I also removed the po directory in bb9f0be
Thanks Claude.