Contact strings under All & Favorites are not localized
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Canonical System Image |
High
|
Unassigned | ||
| | address-book-app (Ubuntu) |
High
|
Unassigned | ||
| | address-book-app (Ubuntu RTM) |
High
|
Unassigned | ||
Bug Description
Test case.
- Switch the phone to Spanish.
- Open dialer app.
- Tap in Contacts button in the top menu.
Expected result.
- Create New, Import contacts from Google, etc, are translated to Spanish.
Actual result.
- Strings appear in English.
current build number: 15
device name: arale
channel: ubuntu-
Related branches
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-05-28
- Ubuntu Phablet Team: Pending requested 2015-05-22
-
Diff: 227 lines (+26/-26)8 files modifiedsrc/imports/Ubuntu/Contacts/ContactDetailEmailsView.qml (+2/-2)
src/imports/Ubuntu/Contacts/ContactDetailGroupWithTypeBase.qml (+3/-3)
src/imports/Ubuntu/Contacts/ContactDetailOnlineAccountsView.qml (+2/-2)
src/imports/Ubuntu/Contacts/ContactDetailOrganizationsView.qml (+1/-1)
src/imports/Ubuntu/Contacts/ContactDetailPhoneNumbersView.qml (+1/-1)
src/imports/Ubuntu/Contacts/ContactListView.qml (+4/-4)
src/imports/Ubuntu/Contacts/PageWithBottomEdge.qml (+2/-2)
src/imports/Ubuntu/Contacts/SIMCardImportPage.qml (+11/-11)
| Víctor R. Ruiz (vrruiz) wrote : | #1 |
| Sebastien Bacher (seb128) wrote : | #2 |
| affects: | dialer-app → dialer-app (Ubuntu) |
| Changed in dialer-app (Ubuntu): | |
| importance: | Undecided → High |
| affects: | dialer-app (Ubuntu) → address-book-app (Ubuntu) |
| Changed in address-book-app (Ubuntu): | |
| status: | New → In Progress |
| Sebastien Bacher (seb128) wrote : | #3 |
The issue is that the address-book-app widgets are imported by e.g the dialer, which result in trying to load the string from the wrong domain, the code needs to use i18n.dtr()
| Changed in canonical-devices-system-image: | |
| importance: | Undecided → High |
| milestone: | none → ww24-2015 |
| status: | New → In Progress |
| Pat McGowan (pat-mcgowan) wrote : | #4 |
lets fix this visible regression
| Changed in canonical-devices-system-image: | |
| milestone: | ww24-2015 → ww22-2015 |
| Changed in address-book-app (Ubuntu RTM): | |
| status: | New → In Progress |
| importance: | Undecided → High |
| Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package address-book-app - 0.2+15.
---------------
address-book-app (0.2+15.
[ CI Train Bot ]
* Resync trunk. added: po/ia.po
[ Sebastien Bacher ]
* Specify the gettext domain to use, the contact widgets are imported
by other components (like the dialer) and trying to load the
translations from the current domain is not working then. (LP:
#1447516)
-- CI Train Bot <email address hidden> Thu, 28 May 2015 13:18:13 +0000
| Changed in address-book-app (Ubuntu): | |
| status: | In Progress → Fix Released |
| Changed in canonical-devices-system-image: | |
| status: | In Progress → Fix Released |
| Łukasz Zemczak (sil2100) wrote : | #6 |
This bug was fixed in the package address-book-app 0.2+15.
---------------
address-book-app (0.2+15.
[ Renato Araujo Oliveira Filho ]
* Updated application preview image. Updated application icon. (LP:
#1457424, #1430004)
* Used new "nextItemInFocu
pressing "next" key on keyboard.
address-book-app (0.2+15.
[ Gustavo Pichorim Boiko ]
* Fix loading the settings page
[ Renato Araujo Oliveira Filho ]
* Add 'mailto' url call when clicking on e-mail field. (LP: #1378345)
* Does not expand contact item when clicked. (LP: #1368671)
* Split the app in modules to be used by dialer and messaging app.
(LP: #1456782)
* Updated autopilot test: (LP: #1444115)
address-book-app (0.2+15.
[ CI Train Bot ]
* Resync trunk. added: po/ia.po
[ Sebastien Bacher ]
* Specify the gettext domain to use, the contact widgets are imported
by other components (like the dialer) and trying to load the
translations from the current domain is not working then. (LP:
#1447516)
-- CI Train Bot <email address hidden> Mon, 08 Jun 2015 18:06:34 +0000
| Changed in address-book-app (Ubuntu RTM): | |
| status: | In Progress → Fix Released |


those strings are correctly translated in french with the current rtm, not sure if that regressed or is spanish translations lacking