[Touch-packages] [Bug 1570948] Re: [Alarm] "Now" not localized in indicator datetime

2016-04-18 Thread Albert Astals Cid
*** This bug is a duplicate of bug 1567377 ***
https://bugs.launchpad.net/bugs/1567377

** This bug has been marked a duplicate of bug 1567377
   Select text popup not localized

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1570948

Title:
  [Alarm] "Now" not localized in indicator datetime

Status in Canonical System Image:
  New
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in language-pack-touch-es package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Test case.
  - Switch the phone to Spanish.
  - Open clock app.
  - Create an alarm for the next minute.
  - Open indicator time.

  Expected result.
  - "Alarm: Now" must be translated to Spanish.

  Actual result.
  - "Now" is not localized.

  I can't find the string in Launchpad.

  current build number: 306
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1570948/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1570948] Re: [Alarm] "Now" not localized in indicator datetime

2016-04-18 Thread Albert Astals Cid
$ apt-file search ubuntu-ui-toolkit.mo | grep es
language-pack-touch-es: 
/usr/share/locale-langpack/es/LC_MESSAGES/ubuntu-ui-toolkit.mo

but then


$ dpkg -L language-pack-touch-es | grep ubuntu-ui-to
/usr/share/locale-langpack/es/LC_MESSAGES/ubuntu-ui-toolkit-gallery.mo


No idea what's going on there :/

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1570948

Title:
  [Alarm] "Now" not localized in indicator datetime

Status in Canonical System Image:
  New
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in language-pack-touch-es package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Test case.
  - Switch the phone to Spanish.
  - Open clock app.
  - Create an alarm for the next minute.
  - Open indicator time.

  Expected result.
  - "Alarm: Now" must be translated to Spanish.

  Actual result.
  - "Now" is not localized.

  I can't find the string in Launchpad.

  current build number: 306
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1570948/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1570948] Re: [Alarm] "Now" not localized in indicator datetime

2016-04-18 Thread Albert Astals Cid
ubuntu-ui-toolkit.mo is  not installed at all


** Changed in: unity8 (Ubuntu)
   Status: New => Invalid

** Also affects: language-pack-touch-es (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1570948

Title:
  [Alarm] "Now" not localized in indicator datetime

Status in Canonical System Image:
  New
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in language-pack-touch-es package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Test case.
  - Switch the phone to Spanish.
  - Open clock app.
  - Create an alarm for the next minute.
  - Open indicator time.

  Expected result.
  - "Alarm: Now" must be translated to Spanish.

  Actual result.
  - "Now" is not localized.

  I can't find the string in Launchpad.

  current build number: 306
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1570948/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1570948] Re: [Alarm] "Now" not localized in indicator datetime

2016-04-15 Thread Charles Kerr
indicator-datetime intentionally doesn't format that string. Instead, it
sends a time_t to unity so that unity can update the string periodically
without indicator-datetime generating more bus traffic.

The time_t is pulled in by alarmMenu and appointmentMenu in
qml/Panel/Indicators/MenuItemFactory.qml, which then formats the string
using i18n.relativeDateTime() which is implemented in ubunut-ui-toolkit
at src/Ubuntu/Components/plugin/i18n.cpp's
UbuntuI18n::relativeDateTime(), though it appears to be marked for
translation there:

>case DATE_PROXIMITY_NOW:
>/* TRANSLATORS: Time based "this is happening/happened now" */
>return dtr("ubuntu-ui-toolkit", "Now");


** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-datetime (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1570948

Title:
  [Alarm] "Now" not localized in indicator datetime

Status in Canonical System Image:
  New
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Test case.
  - Switch the phone to Spanish.
  - Open clock app.
  - Create an alarm for the next minute.
  - Open indicator time.

  Expected result.
  - "Alarm: Now" must be translated to Spanish.

  Actual result.
  - "Now" is not localized.

  I can't find the string in Launchpad.

  current build number: 306
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1570948/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1570948] Re: [Alarm] "Now" not localized in indicator datetime

2016-04-15 Thread Nekhelesh Ramananthan
That's the indicator-datetime displaying the string. Clock app doesn't
get involved in displaying stuff on the indicator.

** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-clock-app

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1570948

Title:
  [Alarm] "Now" not localized in indicator datetime

Status in Canonical System Image:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Test case.
  - Switch the phone to Spanish.
  - Open clock app.
  - Create an alarm for the next minute.
  - Open indicator time.

  Expected result.
  - "Alarm: Now" must be translated to Spanish.

  Actual result.
  - "Now" is not localized.

  I can't find the string in Launchpad.

  current build number: 306
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1570948/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp