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
=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt 2014-08-25 17:47:53 +0000
+++ po/CMakeLists.txt 2015-01-28 15:36:17 +0000
@@ -38,6 +38,7 @@
38 COMMAND ${XGETTEXT_EXECUTABLE}38 COMMAND ${XGETTEXT_EXECUTABLE}
39 --c++ --qt --add-comments=TRANSLATORS39 --c++ --qt --add-comments=TRANSLATORS
40 --keyword=tr --keyword=tr:1,2 --keyword=N_40 --keyword=tr --keyword=tr:1,2 --keyword=N_
41 --keyword=ctr:1c,2
41 -s -p ${CMAKE_CURRENT_SOURCE_DIR}42 -s -p ${CMAKE_CURRENT_SOURCE_DIR}
42 -o ${POT_FILE} ${I18N_SRCS}43 -o ${POT_FILE} ${I18N_SRCS}
43 -D ${CMAKE_CURRENT_SOURCE_DIR} ${I18N_SRCS}44 -D ${CMAKE_CURRENT_SOURCE_DIR} ${I18N_SRCS}
4445
=== modified file 'src/qml/ContactsPage/ContactsPage.qml'
--- src/qml/ContactsPage/ContactsPage.qml 2014-12-11 18:30:52 +0000
+++ src/qml/ContactsPage/ContactsPage.qml 2015-01-28 15:36:17 +0000
@@ -69,7 +69,7 @@
69 PropertyChanges {69 PropertyChanges {
70 target: contactsPage.head70 target: contactsPage.head
71 actions: defaultState.actions71 actions: defaultState.actions
72 sections.model: [i18n.tr("All"), i18n.tr("Favorites")]72 sections.model: [i18n.ctr("All Contacts", "All"), i18n.tr("Favorites")]
73 }73 }
74 PropertyChanges {74 PropertyChanges {
75 target: searchField75 target: searchField
7676
=== modified file 'src/qml/HistoryPage/HistoryPage.qml'
--- src/qml/HistoryPage/HistoryPage.qml 2015-01-08 21:23:40 +0000
+++ src/qml/HistoryPage/HistoryPage.qml 2015-01-28 15:36:17 +0000
@@ -46,7 +46,7 @@
46 active: false46 active: false
47 flickable: null47 flickable: null
4848
49 head.sections.model: [ i18n.tr("All"), i18n.tr("Missed") ]49 head.sections.model: [ i18n.ctr("All Calls", "All"), i18n.tr("Missed") ]
5050
51 Rectangle {51 Rectangle {
52 anchors.fill: parent52 anchors.fill: parent

Subscribers

People subscribed via source and target branches