From kde-i18n-doc Wed Apr 13 16:48:57 2016 From: Burkhard =?ISO-8859-1?Q?L=FCck?= Date: Wed, 13 Apr 2016 16:48:57 +0000 To: kde-i18n-doc Subject: Re: Contextx in Zanshin Message-Id: <1846757.dl3sj96sAF () tuxedo> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=146056615331775 Am Wednesday 13 April 2016, 17:33:50 schrieb Yuri Chornoivan: > >> Moreover, extraction and translations for Zanshin are now heavily =20 > >> broken. > >> i18n() calls are not extracted and zanshin.po with them was removed. > >=20 > > No. >=20 > I thought, yes. ;) >=20 > Just to clear up what I'm talking about. >=20 > https://quickgit.kde.org/?p=3Dzanshin.git&a=3Dblob&f=3DMessages.sh&o=3Dpl= ain >=20 > #! /usr/bin/env bash > $EXTRACTRC `find . -name \*.rc` >> rc.cpp > $EXTRACT_TR_STRINGS `find . -name \*.h -o -name \*.cpp -o -name \*.ui | = =20 > grep -v '/tests/'` -o $podir/zanshin_qt.pot > rm -f rc.cpp >=20 > So no extraction for KDE i18n() calls. >=20 > Blind test: >=20 > https://quickgit.kde.org/?p=3Dzanshin.git&a=3Dblob&f=3Dsrc%2Fzanshin%2Fap= p%2Fabout > data.cpp&o=3Dplain >=20 > No extraction, as expected. >=20 You are wright these are leftovers from switch to tr() apparently. > I might be wrong and it's a leftover like the full copy of libkdepim, but= =20 > who knows... ;) Thanks for the hint, now I know where the dir 3rdparty is coming from and w= hy=20 it has a TRANSLATIONDOMAIN=3D"libkdepim", i18n() but no message extraction. Thanks =2D-=20 Burkhard L=C3=BCck