[Bug 24897] asses what to do about profiles

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 27 20:58:28 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=24897

--- Comment #12 from Alberto Mardegan <mardy at users.sourceforge.net> 2010-08-27 11:58:27 PDT ---
(In reply to comment #11)
> (In reply to comment #7)
> > >   <name>GoogleTalk™</name>
> 
> Do we need to translate any texts in the manifests?

Most likely yes.

> If yes, we can write in a refinement:
> 
> <name translation-id="bork_bork_acct_name_gtalk">GoogleTalk™</name>

While I like this, unfortunately it's a bit hard to use in Qt. AFAIK Qt doesn't
allow you to specify the domain which should be used for translating a string;
instead, you have to preload the domain(s), and then just translate the string
hoping that the same string is not present in more than one domain.

That's why in harmattan we are using one global <translations> tag; but it's
just a trick to make life easier for Qt developers, your suggestion is better.

> Not everybody (ahem) knows to use gettext and intltool. For those who do, it
> can be more standard:
> 
> <name>GoogleTalk™</name>
> <name xml:lang="ru">GoogleTalk™</name>

This is also OK.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list