From 5849a0f10cd4c3c54d2cfaee18c9c124e4623cff Mon Sep 17 00:00:00 2001 From: billh Date: Wed, 24 Mar 2004 13:24:23 +0000 Subject: [PATCH] Added atk-bridge/bridge.c to POTFILES.skip, and commented configure.in, 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 | 2 +- configure.in | 2 +- po/POTFILES.in | 1 - po/POTFILES.skip | 3 +++ 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 po/POTFILES.skip diff --git a/atk-bridge/bridge.c b/atk-bridge/bridge.c index 0af5568..c363a08 100644 --- a/atk-bridge/bridge.c +++ b/atk-bridge/bridge.c @@ -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.")); } diff --git a/configure.in b/configure.in index ad7df98..f11446f 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/po/POTFILES.in b/po/POTFILES.in index e67e6d1..f509b7b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 index 0000000..c49e4f0 --- /dev/null +++ b/po/POTFILES.skip @@ -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 -- 2.7.4