[Digikam-devel] [digikam] [Bug 366219] Setting up internal mysql database fails [patch]
Maik Qualmann via KDE Bugzilla
bugzilla_noreply at kde.org
Sat Jul 30 06:37:10 BST 2016
https://bugs.kde.org/show_bug.cgi?id=366219
--- Comment #10 from Maik Qualmann <metzpinguin at gmail.com> ---
The i18n() call is required, otherwise the message would not be translated.
For example:
i18n("my Text %1", msg);
The translator can only translate the text "my Text %1", the argument is not
visible for the translator.
Perhaps this link to reference :
http://stackoverflow.com/questions/2104328/whats-the-best-way-to-send-qstrings-in-a-function-call
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list