[Clock app] clock numbers should not be used as a string
Bug #1178148 reported by
Nizar Kerkeni
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Fix Released
|
Low
|
Nekhelesh Ramananthan |
Bug Description
I'm translating this application and many strings contain numbers. Knowing that the representation of numbres varies in Arab countries, for example in the countries of the Maghreb zero is represented by "0" and in the Gulf countries it is represented by a dot "."
So numbres display should depend on Local variable and not the translation.
-------
Solution: Replace i18n.tr(number) calls with Qt.locale().
Related branches
lp://staging/~nik90/ubuntu-clock-app/update-pot-fixes-wrong-i18n
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Ubuntu Clock Developers: Pending requested
-
Diff: 252 lines (+97/-115)1 file modifiedpo/ubuntu-clock-app.pot (+97/-115)
summary: |
- clock numbers should not be used as a string + [Clock app] clock numbers should not be used as a string |
Changed in ubuntu-clock-app: | |
status: | Triaged → In Progress |
Changed in ubuntu-clock-app: | |
milestone: | coreapps-13.10-month-1 → coreapps-13.10-month-2 |
Changed in ubuntu-clock-app: | |
milestone: | coreapps-13.10-month-2 → coreapps-13.10-month-3 |
tags: | added: i18n |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks for your bug report and the translations. I will be replacing the numbers with locale variables and then update the translation template.