The following bug has been RESOLVED.
=======================================================================
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: resolved
Resolution: fixed
=======================================================================
Date Submitted: 06-25-02 18:38 CEST
Last Modified: 06-28-02 18: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
Received on Fri Jun 28 16:18:18 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:46:21 EDT