Added atk-bridge/bridge.c to POTFILES.skip, and commented configure.in,
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 24 Mar 2004 13:24:23 +0000 (13:24 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 24 Mar 2004 13:24:23 +0000 (13:24 +0000)
since we don't actually emit any strings that ought to be translated.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@639 e2bd861d-eb25-0410-b326-f6ed22b6b98c

atk-bridge/bridge.c
configure.in
po/POTFILES.in
po/POTFILES.skip [new file with mode: 0644]

index 0af5568..c363a08 100644 (file)
@@ -780,7 +780,7 @@ spi_init_keystroke_from_atk_key_event (Accessibility_DeviceEvent  *keystroke,
   else
 #endif
   if (!event)
-    {
+    { /* this doesn't really need translating */
       g_print (_("WARNING: NULL key event reported."));
     }
   
index ad7df98..f11446f 100644 (file)
@@ -46,7 +46,7 @@ dnl Initialize libtool
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 
-dnl internationalization support
+dnl internationalization support; uncomment if translatable strings are reintroduced
 dnl ALL_LINGUAS="ar az be bn ca cs cy da de el en_GB eo es et eu fa fi fr he hi hr id is it ja ko lt mn ms ne nl nn no pa pl pt_BR pt ro ru sk sl sq sr@ije sr@Latn sr sv uk vi zh_CN"
 dnl AM_GLIB_GNU_GETTEXT
 
index e67e6d1..f509b7b 100644 (file)
@@ -1,4 +1,3 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
-atk-bridge/bridge.c
 registryd/Accessibility_Registry.server.in.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644 (file)
index 0000000..c49e4f0
--- /dev/null
@@ -0,0 +1,3 @@
+# List of source files containing strings that need not be translated.
+# Please keep this file sorted alphabetically.
+atk-bridge/bridge.c