Hello Frank,
I updated the Dutch translation of Geany. See attachment.
It seems the SF feature request tracker is abandoned? https://sourceforge.net/tracker/?func=detail&aid=3529192&group_id=15... I asked for a tiny change to also recognize Arduino files as a C++ program: could you add the *.ino extension to the file data/filetype_extensions.conf ? Line number 11 would then look like:
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;*.ino;
Thanks and succes with the new release,
Peter Scholtens
On Mon, 2012-06-04 at 07:24 +0000, geany-i18n-request@uvena.de wrote:
Send Geany-i18n mailing list submissions to geany-i18n@uvena.de
To subscribe or unsubscribe via the World Wide Web, visit https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-i18n or, via email, send a message with subject or body 'help' to geany-i18n-request@uvena.de
You can reach the person managing the list at geany-i18n-owner@uvena.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of Geany-i18n digest..."
Today's Topics:
- Re: String freeze for Geany 1.22 (Enrico Tr?ger)
- Re: String freeze for Geany 1.22 (Frank Lanitz)
- Updated po for Spanish (Lucas Vieites)
Message: 1 Date: Sun, 03 Jun 2012 18:59:37 +0200 From: Enrico Tr?ger enrico.troeger@uvena.de To: Geany translations mailing list geany-i18n@uvena.de, Frank Lanitz frank@frank.uvena.de Subject: Re: [Geany-i18n] String freeze for Geany 1.22 Message-ID: 4FCB97F9.2060702@uvena.de Content-Type: text/plain; charset="utf-8"
I just built Geany on ArchLinux from the official PKGBUILD and the Pos and Style strings are not included in the statusbar. This is obvious, because Geany is not built with debug support by the ArchLinux PKGBUILD.
Sorry, either you are talking about the GIT Geany ArchLinux package (which is built with debug support because it is the GIT version) or you made something wrong :(.
looks like i all life used git version and not archlinux:) but still better too much translated, then too less. i translated geany from 0, so from translator point of view can say: it's not hard to translate few additional strings.
So it's up to Frank to keep his commit or revert it.
Votes have been made :).
@Frank: in case you don't decide to revert it, you probably should run make update-po again to provide up2date message catalogues to the translators.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.asc
Am 05.06.2012 21:59, schrieb Peter Scholtens:
Hello Frank,
I updated the Dutch translation of Geany. See attachment.
Thank you very much. I've just added to git master.
It seems the SF feature request tracker is abandoned? https://sourceforge.net/tracker/?func=detail&aid=3529192&group_id=15... https://sourceforge.net/tracker/?func=detail&aid=3529192&group_id=153444&atid=787794 I asked for a tiny change to also recognize Arduino files as a C++ program: could you add the *.ino extension to the file data/filetype_extensions.conf ? Line number 11 would then look like:
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;*.ino;
The feature tracker is not obsolete. But isn't Ardoino plain C?
Cheers, Frank