Merge lp:~aacid/dialer-app/AllIsNotAll into lp:dialer-app

Proposed by Albert Astals Cid
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 325
Merged at revision: 348
Proposed branch: lp:~aacid/dialer-app/AllIsNotAll
Merge into: lp:dialer-app
Diff against target: 37 lines (+3/-2)
3 files modified
po/CMakeLists.txt (+1/-0)
src/qml/ContactsPage/ContactsPage.qml (+1/-1)
src/qml/HistoryPage/HistoryPage.qml (+1/-1)
To merge this branch: bzr merge lp:~aacid/dialer-app/AllIsNotAll
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+243049@code.launchpad.net

Commit message

Use ctr instead of tr for "All"

So that we can have two translations "Todos" and "Todas" in the Spanish

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Could you please just revert the pot file changes? The pot file will be updated separately to avoid conflicting with other changes.

Other than that it looks good.

review: Needs Fixing
lp:~aacid/dialer-app/AllIsNotAll updated
325. By Albert Astals Cid

Revert pot changes as asked in review

Revision history for this message
Albert Astals Cid (aacid) wrote :

> Could you please just revert the pot file changes? The pot file will be
> updated separately to avoid conflicting with other changes.
>
> Other than that it looks good.

Done

Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good now!

review: Approve
lp:~aacid/dialer-app/AllIsNotAll updated
326. By Albert Astals Cid

Boiko asked for the debian/ changes to be reverted

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/CMakeLists.txt'
2--- po/CMakeLists.txt 2014-08-25 17:47:53 +0000
3+++ po/CMakeLists.txt 2015-01-28 15:36:17 +0000
4@@ -38,6 +38,7 @@
5 COMMAND ${XGETTEXT_EXECUTABLE}
6 --c++ --qt --add-comments=TRANSLATORS
7 --keyword=tr --keyword=tr:1,2 --keyword=N_
8+ --keyword=ctr:1c,2
9 -s -p ${CMAKE_CURRENT_SOURCE_DIR}
10 -o ${POT_FILE} ${I18N_SRCS}
11 -D ${CMAKE_CURRENT_SOURCE_DIR} ${I18N_SRCS}
12
13=== modified file 'src/qml/ContactsPage/ContactsPage.qml'
14--- src/qml/ContactsPage/ContactsPage.qml 2014-12-11 18:30:52 +0000
15+++ src/qml/ContactsPage/ContactsPage.qml 2015-01-28 15:36:17 +0000
16@@ -69,7 +69,7 @@
17 PropertyChanges {
18 target: contactsPage.head
19 actions: defaultState.actions
20- sections.model: [i18n.tr("All"), i18n.tr("Favorites")]
21+ sections.model: [i18n.ctr("All Contacts", "All"), i18n.tr("Favorites")]
22 }
23 PropertyChanges {
24 target: searchField
25
26=== modified file 'src/qml/HistoryPage/HistoryPage.qml'
27--- src/qml/HistoryPage/HistoryPage.qml 2015-01-08 21:23:40 +0000
28+++ src/qml/HistoryPage/HistoryPage.qml 2015-01-28 15:36:17 +0000
29@@ -46,7 +46,7 @@
30 active: false
31 flickable: null
32
33- head.sections.model: [ i18n.tr("All"), i18n.tr("Missed") ]
34+ head.sections.model: [ i18n.ctr("All Calls", "All"), i18n.tr("Missed") ]
35
36 Rectangle {
37 anchors.fill: parent

Subscribers

People subscribed via source and target branches