After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678035 - No need to include i18n support
No need to include i18n support
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-atk
unspecified
Other All
: Normal normal
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-06-13 16:11 UTC by Bastien Nocera
Modified: 2012-09-06 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
No need to include i18n support (650 bytes, patch)
2012-06-13 16:11 UTC, Bastien Nocera
committed Details | Review
po: No files left to translate (582 bytes, patch)
2012-06-13 16:12 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-06-13 16:11:42 UTC
.
Comment 1 Bastien Nocera 2012-06-13 16:11:44 UTC
Created attachment 216298 [details] [review]
No need to include i18n support

There's nothing to translate here.
Comment 2 Bastien Nocera 2012-06-13 16:12:35 UTC
Created attachment 216299 [details] [review]
po: No files left to translate
Comment 3 Mike Gorse 2012-06-13 18:12:12 UTC
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 4 Mike Gorse 2012-06-13 18:12:32 UTC
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
Comment 5 Bastien Nocera 2012-06-14 11:24:38 UTC
Attachment 216298 [details] pushed as ed260a6 - No need to include i18n support
Attachment 216299 [details] pushed as bc07db9 - po: No files left to translate
Comment 6 Claude Paroz 2012-09-06 16:08:10 UTC
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.
Comment 7 Claude Paroz 2012-09-06 16:15:17 UTC
I also removed the po directory in bb9f0be
Comment 8 Bastien Nocera 2012-09-06 16:16:07 UTC
Thanks Claude.