public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: "Jaap A. Haitsma" <jaap@haitsma.org>
To: bluez-devel@lists.sourceforge.net
Subject: [Bluez-devel] [PATCH] Use PO Linguas for i18n
Date: Sun, 16 Dec 2007 22:31:16 +0100	[thread overview]
Message-ID: <8a8adccc0712161331u26260504gfa88aa9f0218dc7@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

See GNOME Goal
http://live.gnome.org/GnomeGoals/PoLinguas

* Attached patch has to be applied
* Attached LINGUAS file has to be put in the po directory
* po/Makefile.in.in can be removed

Jaap

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnome-bluetoot-polinguas.patch --]
[-- Type: text/x-patch; name=gnome-bluetoot-polinguas.patch, Size: 3323 bytes --]

? Makefile
? Makefile.in
? aclocal.m4
? autogen.sh
? autom4te.cache
? config.guess
? config.h
? config.h.in
? config.log
? config.status
? config.sub
? configure
? depcomp
? install-sh
? intltool-extract
? intltool-extract.in
? intltool-merge
? intltool-merge.in
? intltool-update
? intltool-update.in
? missing
? mkinstalldirs
? omf.make
? stamp-h1
? xmldocs.make
? analyzer/.deps
? analyzer/Makefile
? analyzer/Makefile.in
? analyzer/bluetooth-analyzer
? analyzer/bluetooth-analyzer.desktop
? analyzer/bluetooth-manager.xml
? applet/.deps
? applet/Makefile
? applet/Makefile.in
? applet/bluetooth-applet
? applet/bluetooth-applet.desktop
? common/.deps
? common/Makefile
? common/Makefile.in
? common/auth-agent-glue.h
? common/dbus-glue.h
? common/marshal.c
? common/marshal.h
? common/passkey-agent-glue.h
? common/test-agent
? common/test-client
? common/test-deviceselection
? po/LINGUAS
? po/Makefile
? po/Makefile.in
? po/Makefile.in.in
? po/POTFILES
? po/bg.gmo
? po/ca.gmo
? po/cs.gmo
? po/da.gmo
? po/de.gmo
? po/en_GB.gmo
? po/es.gmo
? po/fi.gmo
? po/fr.gmo
? po/hu.gmo
? po/id.gmo
? po/it.gmo
? po/ku.gmo
? po/nb.gmo
? po/nl.gmo
? po/pl.gmo
? po/pt.gmo
? po/pt_BR.gmo
? po/ro.gmo
? po/ru.gmo
? po/sk.gmo
? po/sr.gmo
? po/stamp-it
? po/sv.gmo
? po/tr.gmo
? po/zh_CN.gmo
? properties/.deps
? properties/Makefile
? properties/Makefile.in
? properties/bluetooth-manager.schemas
? properties/bluetooth-properties
? properties/bluetooth-properties.desktop
? proximity/.deps
? proximity/Makefile
? proximity/Makefile.in
? proximity/bluetooth-proximity
? proximity/marshal.c
? proximity/marshal.h
? sendto/.deps
? sendto/Makefile
? sendto/Makefile.in
? sendto/bluetooth-sendto
? sendto/marshal.c
? sendto/marshal.h
? wizard/.deps
? wizard/Makefile
? wizard/Makefile.in
? wizard/bluetooth-wizard
Index: configure.in
===================================================================
RCS file: /cvsroot/bluez/gnome/configure.in,v
retrieving revision 1.55
diff -u -r1.55 configure.in
--- configure.in	29 Aug 2007 13:19:50 -0000	1.55
+++ configure.in	16 Dec 2007 21:28:15 -0000
@@ -15,14 +15,16 @@
 AC_PROG_INSTALL
 AC_PROG_RANLIB
 
+#*******************************************************************************
+# Internationalization
+#*******************************************************************************
 GETTEXT_PACKAGE=bluetooth-manager
 AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The name of the gettext domain])
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
 
-ALL_LINGUAS="fi pt_BR pl hu ro tr ca zh_CN sr id ru sk nb it sv bg en_GB fr cs nl ku es pt de da"
+IT_PROG_INTLTOOL([0.35.0])
 AM_GLIB_GNU_GETTEXT
-
-IT_PROG_INTLTOOL
+#*******************************************************************************
 
 AC_PATH_PROG(GCONFTOOL, [gconftool-2])
 AM_GCONF_SOURCE_2
@@ -76,4 +78,15 @@
 
 AC_ARG_BLUEZ
 
-AC_OUTPUT(Makefile common/Makefile applet/Makefile properties/Makefile sendto/Makefile wizard/Makefile analyzer/Makefile proximity/Makefile po/Makefile.in)
+#*******************************************************************************
+AC_OUTPUT([
+Makefile 
+common/Makefile
+applet/Makefile 
+properties/Makefile 
+sendto/Makefile 
+wizard/Makefile 
+analyzer/Makefile 
+proximity/Makefile 
+po/Makefile.in
+])

[-- Attachment #3: LINGUAS --]
[-- Type: application/octet-stream, Size: 186 bytes --]

# please keep this list sorted alphabetically
bg  
ca  
cs  
da     
de     
en_GB  
es  
fi  
fr  
hu  
id  
it  
ku  
nb  
nl  
pl     
pt_BR  
pt     
ro  
ru  
sk  
sr  
sv
tr
zh_CN

[-- Attachment #4: Type: text/plain, Size: 308 bytes --]

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

[-- Attachment #5: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

             reply	other threads:[~2007-12-16 21:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-16 21:31 Jaap A. Haitsma [this message]
2007-12-16 21:53 ` [Bluez-devel] [PATCH] Use PO Linguas for i18n Marcel Holtmann
2007-12-16 22:05   ` Jaap A. Haitsma
2007-12-16 23:29     ` Bastien Nocera
2007-12-17  0:52       ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a8adccc0712161331u26260504gfa88aa9f0218dc7@mail.gmail.com \
    --to=jaap@haitsma.org \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox