Transifex and LINGUAS files

Jannis Pohlmann jannis at xfce.org
Tue Aug 18 01:24:28 CEST 2009


On Tue, 18 Aug 2009 00:54:33 +0200
Mike Massonnet <mmassonnet at gmail.com> wrote:

> Hello,
> 
> When a new translation is submitted with the Transifex form, the
> LINGUAS file is not updated automatically. That's a problem that needs
> to be solved...

I'd vote for dropping the LINGUAS file and instead substituting
@LINGUAS@ in configure.{ac,in.in} with something like this:

  LINGUAS=$(ls po/*.po | awk 'BEGIN { FS="[./]" } { print $2 }')
  sed -i -e "s;@LINGUAS@;$LINGUAS;g" configure.in.in

Maybe we also need to take po-doc/*.po into account.

Mike suggested a git hook but I don't think that's a good solution.

  - Janni
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20090818/f86c33f4/attachment.pgp>


More information about the Xfce4-dev mailing list