[OPIE 0000068]: Translation in all .pro files follows illegal syntax

From: <opie-bugs.a.t.handhelds.org>
Date: Sun Jul 07 2002 - 04:37:49 EDT

The following bug has been CLOSED
=======================================================================
http://131.152.105.154/mantis/view_bug_page.php?f_id=0000068
=======================================================================
Reporter: ofels
Handler: ofels
=======================================================================
Project: OPIE
Bug ID: 0000068
Category: Translations
Reproducibility: always
Severity: block
Priority: urgent
Status: closed
=======================================================================
Date Submitted: 06-25-02 18:38 CEST
Last Modified: 07-07-02 11:18 CEST
=======================================================================
Summary: Translation in all .pro files follows illegal syntax
Description:
All .pro files of all packages follow a wrong syntax when refering to
various languages.
Currently they show:
TRANSLATION=de/x.ts
TRANSLATION+=en/x.ts
TRANSLATION+=pt/x.ts

This is incorrect even according to TrollTech docs as the correct syntax
would be
TRANSLATION=de/x.ts \
                en/x.ts \
                pt/x.ts

This affects all .pro files.

Currently only the first language is chosen when issueing make lrelease

=======================================================================

-----------------------------------------------------------------------
 davipt - 06-25-02 20:09 CEST
-----------------------------------------------------------------------
lupdate and lrelease have really stange behaviours.

This doesn't work for me:
TRANSLATION = x
TRANSLATION = y

This works ok:
TRANSLATION = x
TRANSLATION += y

If INCLUDE or SOURCES have a $(xxx) variable, lupdate doesn't work for
me.

Anyway, I've sent the diff to get
TRANSLATION = x \
        y \
        z

To Harlekin

-----------------------------------------------------------------------
 ofels - 06-28-02 18:18 CEST
-----------------------------------------------------------------------
Fixed in CVS

-----------------------------------------------------------------------
 ofels - 07-07-02 11:18 CEST
-----------------------------------------------------------------------
final close
Received on Sun Jul 07 09:18:44 2002

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:46:21 EDT