added the russian translation and made a new minor subrelease
This commit is contained in:
parent
a1e5748dd5
commit
880e6ef3f7
5 changed files with 9 additions and 2 deletions
|
|
@ -6,3 +6,4 @@ CONTRIBUTORS
|
|||
- Jakub Kožíšek (nodevel)
|
||||
- Alberto Mardegan (mardy)
|
||||
- gwmgdemj
|
||||
- equeim
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
<file>i18n/qml-translation.fr.qm</file>
|
||||
<file>i18n/qml-translation.cs.qm</file>
|
||||
<file>i18n/qml-translation.zh_CN.qm</file>
|
||||
<file>i18n/qml-translation.ru.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ Page {
|
|||
text: qsTr("Version: %1").arg(APP_VERSION) + "<br/>"
|
||||
+qsTr("Author: %1").arg("Hauke Schade 2013") + "<br/>"
|
||||
+qsTr("Thanks to:") + " "
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj"
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim"
|
||||
onLinkActivated: {
|
||||
Qt.openUrlExternally(link)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
ttrss (0.3.1) unstable; urgency=low
|
||||
* russian translation thanks to equeim
|
||||
|
||||
-- Hauke Schade <cnlpete@cnlpete.de> Sun, 08 Sep 2013 20:36:47 +0200
|
||||
|
||||
ttrss (0.3.0) unstable; urgency=low
|
||||
* Show Labels
|
||||
* a little code refactoring, should be faster
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.3.0
|
||||
VERSION = 0.3.1
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
# Add more folders to ship with the application, here
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue