Fwd: Re: [GSoC] KDevelop Integration with Arduino and embedded development

Sven Brauch mail at svenbrauch.de
Tue Apr 19 07:46:26 BST 2016


Hey!

Sorry, still didn't have a closer look, will do asap :/

On 04/19/2016 04:26 AM, patrick JP wrote:
> right now I need to
> understand better how KDevelop work with such thing
That's not really difficult, basically just write i18n("some text");
when you have an argument write i18n("some %1 text %2", arg1, arg2);
when you have a plural form write i18np("%1 item", "%2 items", num);
and for giving comments to the translators for what the text means when
you think it might be difficult to grasp, there's i18nc() which takes an
additional comment as first argument. There are lots of other forms but
you very rarely need them.

Have a nice day,
Sven

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20160419/7c617a6c/attachment.sig>


More information about the KDevelop mailing list