[freeciv-i18n] Re: Freeciv po files
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 2002-08-28 at 20:13, Egbert Hinzen wrote:
>
> On 28 Aug 2002, Davide Pagnin wrote:
> > On Fri, 2002-08-23 at 22:35, Christian Knoke wrote:
> > > On Wed, Aug 21, 2002 at 11:59:53AM +0200, Davide Pagnin wrote:
>
> > > Ok for me, but note, msgfmt -c de.po seems not to find errors
> > > (incorrect number of parameters) in plural forms.
>
> At least since version 0.11.5 this errors are shown.
This is good!! So they have fixed that error...
I'm using 0.11.1 (Redhat 7.3), but I'll consider to upgrade to 0.11.5,
this will make my work as translator easier.
Now, we have to wait a clear word from Freeciv maintainers!
(Anyway I'll attach a patch for introducing the -c parameter!)
>
> --
> Egbert Hinzen
> ... PGP Public Keys at www.hinzen-koeln.de
>
>
>
>
-- Attached file included as plaintext by Ecartis --
-- File: msgmft-c.patch
--- freeciv/po/Makefile.in.in Sat Jun 16 01:12:58 2001
+++ freeciv-work/po/Makefile.in.in Wed Aug 21 11:27:24 2002
@@ -69,7 +69,7 @@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) --statistics -o $$file $<
+ && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $<
all: all-@USE_NLS@
|
|