damned-lies translation updates

2009-05-19 Thread Petr Kovar
Hi!

I'm wondering how long does it take to propagate translation updates
committed to the damned-lies module on the l10n.gnome.org server? I made the
update back on Sunday, but today I still see the old version. Any hints on
what might be causing this?

I'm not that in a hurry, really, but would like to update our team's
docs based on the updated, "up & running" translation. TIA.

Best,
Petr Kovar
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: String additions to 'libgweather.master'

2009-05-19 Thread Andre Klapper
Am Montag, den 18.05.2009, 23:00 + schrieb GNOME Status Pages:
> There have been following string additions to module 'libgweather.master':
> + "Łódź"

This has been reverted in 02cead82f66930093aed704939bad1789b47308f.

andre
-- 
 mailto:ak...@gmx.net | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread Pierre Wieser

- "Claude Paroz"  a écrit :

> Le dimanche 17 mai 2009 à 00:28 +0200, Pierre Wieser a écrit :
> > 
> > I'm not sure if I was right to do this, but I have done "make -C po
> update-po" in order to update po files.
> 
> Hi Pierre,
> 
> If your module is completely intltool compliant (as it seems to be in
> your case), you shouldn't bother about updating po files at all. This
> task is taken care of by our tool, damned-lies, which updates the po
> files for translators to pick [1] (or translators can do this
> themselves
> by running 'intltool-update ' in the po directory).
> 
> Cordialement,
> 
> Claude
> 
> [1] http://l10n.gnome.org/module/nautilus-actions/

OK, I understand that I can safely forget all po/ directory which is fine
for me. And I'll add the url to my bookmarks ;-)
Thanks for the explanation.
Cordialement,
Pierre
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread Christian Rose
On 5/19/09, Pierre Wieser  wrote:
> > > I'm not sure if I was right to do this, but I have done "make -C po
>  > update-po" in order to update po files.
>  >
>  > Hi Pierre,
>  >
>  > If your module is completely intltool compliant (as it seems to be in
>  > your case), you shouldn't bother about updating po files at all. This
>  > task is taken care of by our tool, damned-lies, which updates the po
>  > files for translators to pick [1] (or translators can do this
>  > themselves
>  > by running 'intltool-update ' in the po directory).
>  >
>  > Cordialement,
>  >
>  > Claude
>  >
>  > [1] http://l10n.gnome.org/module/nautilus-actions/
>
> OK, I understand that I can safely forget all po/ directory which is fine
>  for me. And I'll add the url to my bookmarks ;-)
>  Thanks for the explanation.
>  Cordialement,

Not all of the po/ directory -- we appreciate if you keep
po/POTFILES.in and po/POTFILES.skip updated. IIRC intltool has a
--maintain flag to help with this.


Christian
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread Pierre Wieser
> 
> You should also report a bug in Bugzilla under the 'l10n' product and
> the corresponding language component, not only in order to put the
> blame where the blame belongs, but moreover to notify the
> corresponding language translators that this message was
> syntactically
> erroneous and needs a proper fix.
> 
> In this case, please report in
> http://bugzilla.gnome.org/enter_bug.cgi?product=l10n&component=Dzongkha%20[dz].
> 
> (I have also added this recommendation to
> http://live.gnome.org/GnomeI18nDeveloperTips)
> 
> 
> Christian
> 

Done today with #583221.
Regards
Pierre
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread Pierre Wieser
> 
> The typical process is, for such problematic messages, to change it
> from:
> 
> #: ../libnautilus-actions/nautilus-actions-config-schema-reader.c:744
> #, c-format
> msgid ""
> "This XML file is not a valid Nautilus-actions config file (missing
> key: %s)%s"
> msgid_plural ""
> 
> to
> 
> #: ../libnautilus-actions/nautilus-actions-config-schema-reader.c:744
> #, fuzzy, c-format
> msgid ""
> "This XML file is not a valid Nautilus-actions config file (missing
> key: %s)%s"
> msgid_plural ""
> 
> which means, you add 'fuzzy' to the message type, and then the tools
> will consider this message requires attention from the translator,
> and
> will not flag as invalid anymore.
> 
> This issue happens quite often, so I'll look into where to add in the
> documentation.
> 
> Simos

I'll commit the update this evening

Thanks for your help, all

Regards
Pierre

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread pwieser

- "Christian Rose"  a écrit :

> >
> > OK, I understand that I can safely forget all po/ directory which is
> fine
> >  for me. And I'll add the url to my bookmarks ;-)
> >  Thanks for the explanation.
> >  Cordialement,
> 
> Not all of the po/ directory -- we appreciate if you keep
> po/POTFILES.in and po/POTFILES.skip updated. IIRC intltool has a
> --maintain flag to help with this.
> 
> 
> Christian

Oh, yes, it was just some sort of shortcut.

I have to maintain list of files to be considered in the translation
process, along with list of files to be excluded.
But I don't have to care about the strings themselves when I update
the code, adding modifying or removing a string..

Is it more correct ?

Regards
Pierre
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread Andre Klapper
Am Dienstag, den 19.05.2009, 17:37 +0200 schrieb pwie...@trychlos.org:
> I have to maintain list of files to be considered in the translation
> process, along with list of files to be excluded.

Yes, that's POTFILES.in/.skip.

> But I don't have to care about the strings themselves when I update
> the code, adding modifying or removing a string..

What do you mean by "strings themselves"? As written, you don't have to
touch any *.po files in the po directory.

andre
-- 
 mailto:ak...@gmx.net | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: damned-lies translation updates

2009-05-19 Thread Claude Paroz
Le mardi 19 mai 2009 à 14:23 +0200, Petr Kovar a écrit :
> Hi!
> 
> I'm wondering how long does it take to propagate translation updates
> committed to the damned-lies module on the l10n.gnome.org server? I made the
> update back on Sunday, but today I still see the old version. Any hints on
> what might be causing this?
> 
> I'm not that in a hurry, really, but would like to update our team's
> docs based on the updated, "up & running" translation. TIA.

There is no automated procedure. New translations require a restart of
the application, so I'm manually doing it from time to time when I
happen to log on to the server.
I just did the update.

Claude

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: msgfmt error

2009-05-19 Thread Simos Xenitellis
On Tue, May 19, 2009 at 6:00 PM, Andre Klapper  wrote:
> Am Dienstag, den 19.05.2009, 17:37 +0200 schrieb pwie...@trychlos.org:
>> I have to maintain list of files to be considered in the translation
>> process, along with list of files to be excluded.
>
> Yes, that's POTFILES.in/.skip.
>
>> But I don't have to care about the strings themselves when I update
>> the code, adding modifying or removing a string..
>
> What do you mean by "strings themselves"? As written, you don't have to
> touch any *.po files in the po directory.

Earlier in the thread I mentioned that the case of 'invalid PO files
happens quite often'.
What I meant was that we had a couple of cases recently in this list.
However, with the current system in place (git hooks, etc), there
should be no more
instances were you end up with invalid PO files in at least this module.

Simos
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: damned-lies translation updates

2009-05-19 Thread Petr Kovar
Claude Paroz , Tue, 19 May 2009 20:17:14 +0200:

> Le mardi 19 mai 2009 à 14:23 +0200, Petr Kovar a écrit :
> > Hi!
> > 
> > I'm wondering how long does it take to propagate translation updates
> > committed to the damned-lies module on the l10n.gnome.org server? I
> > made the update back on Sunday, but today I still see the old version.
> > Any hints on what might be causing this?
> > 
> > I'm not that in a hurry, really, but would like to update our team's
> > docs based on the updated, "up & running" translation. TIA.
> 
> There is no automated procedure. New translations require a restart of
> the application, so I'm manually doing it from time to time when I
> happen to log on to the server.
> I just did the update.

Oh I see, thanks, Claude! 

Perhaps there could be pinned a notice up somewhere so other translators
wouldn't wonder in the future. (Just my 2 cents.) ;-)

Cheers
Petr Kovar
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: damned-lies translation updates

2009-05-19 Thread Claude Paroz
Le mardi 19 mai 2009 à 21:37 +0200, Petr Kovar a écrit :
> Claude Paroz , Tue, 19 May 2009 20:17:14 +0200:
> 
> > Le mardi 19 mai 2009 à 14:23 +0200, Petr Kovar a écrit :
> > > Hi!
> > > 
> > > I'm wondering how long does it take to propagate translation updates
> > > committed to the damned-lies module on the l10n.gnome.org server? I
> > > made the update back on Sunday, but today I still see the old version.
> > > Any hints on what might be causing this?
> > > 
> > > I'm not that in a hurry, really, but would like to update our team's
> > > docs based on the updated, "up & running" translation. TIA.
> > 
> > There is no automated procedure. New translations require a restart of
> > the application, so I'm manually doing it from time to time when I
> > happen to log on to the server.
> > I just did the update.
> 
> Oh I see, thanks, Claude! 
> 
> Perhaps there could be pinned a notice up somewhere so other translators
> wouldn't wonder in the future. (Just my 2 cents.) ;-)

Valuable 2 cents :-)
Done: http://l10n.gnome.org/module/damned-lies/

Claude

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Manuals without strings

2009-05-19 Thread Jorge González González
Hi,

I found the following modules with empty documentation:
genius: http://l10n.gnome.org/vertimus/genius/master/help/es
gnome-pilot: http://l10n.gnome.org/vertimus/gnome-pilot/master/help/es
* meld http://l10n.gnome.org/vertimus/meld/master/help/es (not standard
doc)

Cheers.
-- 
Jorge González González 
Weblog: http://aloriel.no-ip.org
Fotolog: http://www.flickr.com/photos/aloriel

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: problem with git

2009-05-19 Thread Tirumurti Vasudevan
no end to my problems!
---
d...@narayana:~$ cd git
d...@narayana:~/git$ cd orca
d...@narayana:~/git/orca$ git pull --rebase
po/ta.po: needs update
refusing to pull with rebase: your working tree is not up-to-date
d...@narayana:~/git/orca$ cd po/
d...@narayana:~/git/orca/po$ intltool-update ta

done.
1270 translated messages.
d...@narayana:~/git/orca/po$
--
ta. po has been updated and commited but i am not able to push it.
so i try  pull --rebase and that does not work as you can see

someone please help

drtv
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: problem with git

2009-05-19 Thread Claude Paroz
Le mercredi 20 mai 2009 à 11:45 +0530, Tirumurti Vasudevan a écrit :
> no end to my problems!
> ---
> d...@narayana:~$ cd git
> d...@narayana:~/git$ cd orca
> d...@narayana:~/git/orca$ git pull --rebase
> po/ta.po: needs update
> refusing to pull with rebase: your working tree is not up-to-date

That message tells you that you have non committed change in your
working tree (po/ta.po in this case). You should either:
 - commit your file (git commit po/ta.po -m "")
 - reset the file to the version of the last commit (git checkout
po/ta.po)

Then the git pull -- rebase will work and you will be able to push your
changes.

Hope this helps

Claude

> d...@narayana:~/git/orca$ cd po/
> d...@narayana:~/git/orca/po$ intltool-update ta
> 
>  done.
> 1270 translated messages.
> d...@narayana:~/git/orca/po$ 
> --
> ta. po has been updated and commited but i am not able to push it.
> so i try  pull --rebase and that does not work as you can see
> 
> someone please help
> 
> drtv
> 
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-i18n

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: problem with git

2009-05-19 Thread Tirumurti Vasudevan
thanks. tried and perhaps the connection to git server was not good.
it got timed out.
i will try again later and get back
thanks
drtv

On Wed, May 20, 2009 at 12:06 PM, Claude Paroz  wrote:

> Hope this helps
>



-- 
My blogs: [all in Tamil]
http://anmikam4dumbme.blogspot.com/
http://chitirampesuthati.blogspot.com/ photo blog now with english text too!
http://kathaikathaiyaam.blogspot.com/

BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: problem with git

2009-05-19 Thread Tirumurti Vasudevan
wow!
worked.
thanks a ton!
drtv

On Wed, May 20, 2009 at 12:06 PM, Claude Paroz  wrote:

> Hope this helps
>



-- 
My blogs: [all in Tamil]
http://anmikam4dumbme.blogspot.com/
http://chitirampesuthati.blogspot.com/ photo blog now with english text too!
http://kathaikathaiyaam.blogspot.com/

BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n