[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-08-19 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit - 1.3.2060+16.10.20160814 --- ubuntu-ui-toolkit (1.3.2060+16.10.20160814) yakkety; urgency=medium [ Zoltan Balogh ] * Fix OptionSelectorTestCase tests. * Fix more OptionSelector autopilot tests [ Timo Jyrinki ] * Disable d

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title: [i18n] Confus

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit- ubuntu-yakkety-landing-019 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title:

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-20 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title: [i18n] Confused a

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/fixI18nDocs -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title: [i18n] Confused about using plural for

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-20 Thread Tim Peeters
It works like this: import QtQuick 2.4 import Ubuntu.Components 1.3 Text { text: i18n.tr("singular: %1", "plural: %1", 1).arg("1") + "" + i18n.tr("singular: %1", "plural: %1", 2).arg(2) } I will update documentation. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-03-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title: [i1

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-03-12 Thread Rodney Dawes
I changed the title of this bug, because the implementation and documentation are aligned. There is nothing in the documentation implying that the "count" argument for plural forms will be automatically replaced in a format string. It is up to the programmer to finalize formatting of their strings