"Last week" displays last month in pt_PT because qsTr("Last week") is called instead of "Last week" AND translation is wrong.
On transifex it is correct, but I guess you didn't take it.
For pt_PT, on "FirstPage.qml" the "Last week" label is wrong, calculation is correct. Tapping on "Last week" should display entries of the last week, but entries of the last month are actually displayed.
Workaround: call "Last week" instead of qsTr("Last week") in "FirstPage.qml" and "All.qml".
Thanks!
"Last week" displays last month in pt_PT because qsTr("Last week") is called instead of "Last week" AND translation is wrong.
On transifex it is correct, but I guess you didn't take it.
For pt_PT, on "FirstPage.qml" the "Last week" label is wrong, calculation is correct. Tapping on "Last week" should display entries of the last week, but entries of the last month are actually displayed.
Workaround: call "Last week" instead of qsTr("Last week") in "FirstPage.qml" and "All.qml".
Thanks!