Re: [PATCH] improving on i18n

2000-12-07 Thread Zbigniew Chyla
On Wed, 2000-12-06 at 15:24:58, Zbigniew Chyla wrote: (...) Thanks tor this! It should be no problem for translators - I have another patch, that doesn't _require_ modified translations. If you replace _("File") with Q_("!menu!File") in your code, old translations (co

[PATCH] improving on i18n

2000-12-05 Thread Zbigniew Chyla
/aliens/cyba/gcvs/current/gimp/ChangeLog Mon Dec 4 16:55:30 2000 +++ gimp/ChangeLog Tue Dec 5 14:00:14 2000 @@ -1,3 +1,27 @@ +2000-12-05 Zbigniew Chyla [EMAIL PROTECTED] + + I18n improvement - added support for Q_() macro (replacement for _() + allowing to add a pref

Re: [PATCH] improving on i18n

2000-12-05 Thread Zbigniew Chyla
On Tue, 2000-12-05 at 16:01:17, Sven Neumann wrote: Probably a good idea, but I doubt we can count this as a bugfix. We should consider integrating a fix like this after the 1.2 release. This patch _fixes_ GIMP translations. Currently it's _impossible_ to correctly translate GIMP to any

Re: [PATCH] Gimp-Print locale

2000-11-17 Thread Zbigniew Chyla
On Thu, 2000-11-16 at 22:08:46, Sven Neumann wrote: (...) Nope. Please do not commit this. You are correct that the code is wrong and your fix is fine, but we want to be able to use the same files as the gimp-print package ships with. I will hack a better solution using compiler defines in

[PATCH] Gimp-Print locale

2000-11-16 Thread Zbigniew Chyla
Gimp-Print uses non-existant textdomain. Attached patch fixes this. Is it OK to commit? Zbigniew --- gimp/plug-ins/print/print.c.cybaTue Nov 14 19:29:01 2000 +++ gimp/plug-ins/print/print.c Tue Nov 14 19:25:06 2000 @@ -327,7 +327,7 @@ ; #endif - INIT_LOCALE ("gimp-print"); +