Make the i18n glue code accessible to C++

Bug #1243152 reported by Albert Astals Cid
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu UI Toolkit
New
Undecided
Unassigned

Bug Description

In unity8 we find out that if we want to have i18n from C++ we need to do
  QString::fromUtf8(C::ngettext(singular.toUtf8(), plural.toUtf8(), n)); ourselves
while it'd be great if you guys could expose the glue code in the SDK and we could simply do
  I18n::tr(singular, plural, n);

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.