[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: format specification
From:       Rinse de Vries <rinsedevries () kde ! nl>
Date:       2007-09-18 9:59:16
Message-ID: 200709181159.17601.rinsedevries () kde ! nl
[Download RAW message or body]

Hi,

You can ignore those errors: they occur because kde uses a format 
specification that gettext doesn't know about yet.



Op dinsdag 18 september 2007, schreef uden sherpa:
> Hello,
>    i get this message when i do msgfmt.
>
>   msgfmt -o /dev/null --statistics -cv kdelibs.po
>
>  kdelibs.po:1686: a format specification for argument 1 doesn't exist in
> 'msgstr'
> kdelibs.po:1761: a format specification for argument 1 doesn't exist in
> 'msgstr'
> kdelibs.po:1776: a format specification for argument 1 doesn't exist in
> 'msgstr'
> kdelibs.po:2026: a format specification for argument 1 doesn't exist in
> 'msgstr'
> kdelibs.po:2031: a format specification for argument 1 doesn't exist in
> 'msgstr'
>
> help..
>
> On 9/17/07, kde-i18n-doc-request@kde.org <kde-i18n-doc-request@kde.org>
>
> wrote:
> > Send kde-i18n-doc mailing list submissions to
> >         kde-i18n-doc@kde.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         https://mail.kde.org/mailman/listinfo/kde-i18n-doc
> > or, via email, send a message with subject or body 'help' to
> >         kde-i18n-doc-request@kde.org
> >
> > You can reach the person managing the list at
> >         kde-i18n-doc-owner@kde.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of kde-i18n-doc digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Scripts to help translators and team coordinators (Donatas G.)
> >    2. Re: Scripts to help translators and team coordinators
> >       (Sung-Jae, Cho)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 17 Sep 2007 10:09:19 +0300
> > From: "Donatas G." <dgvirtual@akl.lt>
> > Subject: Scripts to help translators and team coordinators
> > To: kde-i18n-doc@kde.org
> > Message-ID: <200709171009.19314.dgvirtual@akl.lt>
> > Content-Type: text/plain;  charset="us-ascii"
> >
> > Hello,
> >
> > I have put together a bunch of scripts that I use in my translation work
> > as
> > well as translation project management. Maybe someone else will find
> > those useful:
> >
> > http://cli-apps.org/content/show.php/translation+helper+scripts?content=6
> >6449
> >
> > I have been coordinating KDE Lithuanian translation team for a year now.
> > As a
> > small team, we are very short of resources and we don't like loosing
> > previous
> > translation work. So I have been using extensively tools to automate
> > translation process and project management, basically, those from
> > translate-toolkit. Over time I have also produced some scripts of my own.
> > I
> > have tidied them up a little and put together "translation helper
> > scripts" project. I am posting the list of available files as a
> > post-script.
> >
> > --
> > Donatas Glodenis
> > http://dg.lapas.info
> >
> > PS: AVAILABLE SCRIPTS
> > - ths-applysed.sh - apply a sed script to the whole project (the sed
> > commands
> > have to be supplied in an external file).
> > - ths-pocompare.sh - compare two translation files using diff, unwrapps
> > first
> > for best comparison.
> > - ths-pocompare-kdiff3.sh - compare two translation files using kdiff3,
> > unwrapps first for best comparison.
> > - ths-stripfuzzy.sh - makes all fuzzy strings non-fuzzy in a translation
> > project.
> > - ths-autotranslate.sh - automatically translates project files (may
> > initialize files that have not been started to translate) using a
> > specified
> > compendium.
> > - ths-potopot.sh - converts po files to pot (template) files (basically
> > strips
> > all the translation).
> > - ths-poupdate.sh - takes a bunch of files from a single directory and
> > transfers the translations therein to a translation file tree; may use
> > the new files either as primary, or as secondary translations.
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Mon, 17 Sep 2007 16:41:18 +0900
> > From: "Sung-Jae, Cho" <cho.sungjae@gmail.com>
> > Subject: Re: Scripts to help translators and team coordinators
> > To: "KDE i18n-doc" <kde-i18n-doc@kde.org>
> > Message-ID:
> >         <6c7b82800709170041x42957e2dp80fd7dfd7f47ac04@mail.gmail.com>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Thanks a lot. :)
> >
> > On 9/17/07, Donatas G. <dgvirtual@akl.lt> wrote:
> > > Hello,
> > >
> > > I have put together a bunch of scripts that I use in my translation
> > > work
> >
> > as
> >
> > > well as translation project management. Maybe someone else will find
> >
> > those
> >
> > > useful:
> >
> > http://cli-apps.org/content/show.php/translation+helper+scripts?content=6
> >6449
> >
> > > I have been coordinating KDE Lithuanian translation team for a year
> > > now.
> >
> > As a
> >
> > > small team, we are very short of resources and we don't like loosing
> >
> > previous
> >
> > > translation work. So I have been using extensively tools to automate
> > > translation process and project management, basically, those from
> > > translate-toolkit. Over time I have also produced some scripts of my
> >
> > own. I
> >
> > > have tidied them up a little and put together "translation helper
> >
> > scripts"
> >
> > > project. I am posting the list of available files as a post-script.
> > >
> > > --
> > > Donatas Glodenis
> > > http://dg.lapas.info
> > >
> > > PS: AVAILABLE SCRIPTS
> > > - ths-applysed.sh - apply a sed script to the whole project (the sed
> >
> > commands
> >
> > > have to be supplied in an external file).
> > > - ths-pocompare.sh - compare two translation files using diff, unwrapps
> >
> > first
> >
> > > for best comparison.
> > > - ths-pocompare-kdiff3.sh - compare two translation files using kdiff3,
> > > unwrapps first for best comparison.
> > > - ths-stripfuzzy.sh - makes all fuzzy strings non-fuzzy in a
> > > translation project.
> > > - ths-autotranslate.sh - automatically translates project files (may
> > > initialize files that have not been started to translate) using a
> >
> > specified
> >
> > > compendium.
> > > - ths-potopot.sh - converts po files to pot (template) files (basically
> >
> > strips
> >
> > > all the translation).
> > > - ths-poupdate.sh - takes a bunch of files from a single directory and
> > > transfers the translations therein to a translation file tree; may use
> >
> > the
> >
> > > new files either as primary, or as secondary translations.
> >
> > ------------------------------
> >
> > _______________________________________________
> > kde-i18n-doc mailing list
> > kde-i18n-doc@kde.org
> > https://mail.kde.org/mailman/listinfo/kde-i18n-doc
> >
> >
> > End of kde-i18n-doc Digest, Vol 54, Issue 19
> > ********************************************


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic