* [Bluez-devel] [PATCH] Use PO Linguas for i18n
@ 2007-12-16 21:31 Jaap A. Haitsma
2007-12-16 21:53 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Jaap A. Haitsma @ 2007-12-16 21:31 UTC (permalink / raw)
To: bluez-devel
[-- 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] [PATCH] Use PO Linguas for i18n
2007-12-16 21:31 [Bluez-devel] [PATCH] Use PO Linguas for i18n Jaap A. Haitsma
@ 2007-12-16 21:53 ` Marcel Holtmann
2007-12-16 22:05 ` Jaap A. Haitsma
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2007-12-16 21:53 UTC (permalink / raw)
To: BlueZ development
Hi Jaap,
> 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
send a proper patch and don't move around parts of the configure.in
without any real reason. I wanna see the real changes that are needed
and not see the differences between autoconf styles.
Regards
Marcel
-------------------------------------------------------------------------
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
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] [PATCH] Use PO Linguas for i18n
2007-12-16 21:53 ` Marcel Holtmann
@ 2007-12-16 22:05 ` Jaap A. Haitsma
2007-12-16 23:29 ` Bastien Nocera
0 siblings, 1 reply; 5+ messages in thread
From: Jaap A. Haitsma @ 2007-12-16 22:05 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1: Type: text/plain, Size: 532 bytes --]
On Dec 16, 2007 10:53 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Jaap,
>
>
> > 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
>
> send a proper patch and don't move around parts of the configure.in
> without any real reason. I wanna see the real changes that are needed
> and not see the differences between autoconf styles.
Sorry. Here's the patch again
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: 1526 bytes --]
? Makefile.in
? aclocal.m4
? autogen.sh
? autom4te.cache
? config.guess
? config.h.in
? config.sub
? configure
? configure.in.new
? depcomp
? install-sh
? intltool-extract.in
? intltool-merge.in
? intltool-update.in
? missing
? mkinstalldirs
? omf.make
? xmldocs.make
? analyzer/Makefile.in
? applet/Makefile.in
? common/Makefile.in
? po/LINGUAS
? po/Makefile.in.in
? properties/Makefile.in
? proximity/Makefile.in
? sendto/Makefile.in
? wizard/Makefile.in
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 22:03:06 -0000
@@ -15,14 +15,17 @@
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
[-- Attachment #3: 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 #4: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] [PATCH] Use PO Linguas for i18n
2007-12-16 22:05 ` Jaap A. Haitsma
@ 2007-12-16 23:29 ` Bastien Nocera
2007-12-17 0:52 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Bastien Nocera @ 2007-12-16 23:29 UTC (permalink / raw)
To: BlueZ development
On Sun, 2007-12-16 at 23:05 +0100, Jaap A. Haitsma wrote:
>
> -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The name of
> the gettext domain])
> +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT
> package name])
That's unneeded (unless you're fixing errors related to quoting, in
which case don't change the spacing or the contents).
The rest is straight forward and should be applied.
-------------------------------------------------------------------------
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
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] [PATCH] Use PO Linguas for i18n
2007-12-16 23:29 ` Bastien Nocera
@ 2007-12-17 0:52 ` Marcel Holtmann
0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2007-12-17 0:52 UTC (permalink / raw)
To: BlueZ development
Hi Bastien,
> > -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The name of
> > the gettext domain])
> > +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT
> > package name])
>
> That's unneeded (unless you're fixing errors related to quoting, in
> which case don't change the spacing or the contents).
right, I don't get this one. I skipped it.
> The rest is straight forward and should be applied.
Used my own version, but should work the same.
Regards
Marcel
-------------------------------------------------------------------------
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
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-12-17 0:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-16 21:31 [Bluez-devel] [PATCH] Use PO Linguas for i18n Jaap A. Haitsma
2007-12-16 21:53 ` Marcel Holtmann
2007-12-16 22:05 ` Jaap A. Haitsma
2007-12-16 23:29 ` Bastien Nocera
2007-12-17 0:52 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox