Updates text

This commit is contained in:
molan-git 2020-01-30 12:50:52 +01:00 committed by GitHub
parent 5e6b3db553
commit 8c35913ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ Page {
model: ListModel { model: ListModel {
ListElement { ListElement {
name: "molan" name: "molan"
desc: qsTrId("Maintainer of this release") desc: qsTr("Maintainer of this release")
mastodon: "" mastodon: ""
mail: "mol_an@sunrise.ch" mail: "mol_an@sunrise.ch"
} }
@ -127,31 +127,31 @@ Page {
} }
ListElement { ListElement {
name: "Miodrag Nikolić" name: "Miodrag Nikolić"
desc: qsTrId("Visual identity") desc: qsTr("Visual identity")
mastodon: "" mastodon: ""
mail: "micotakis@gmail.com" mail: "micotakis@gmail.com"
} }
ListElement { ListElement {
name: "Quentin PAGÈS / Quenti ♏" name: "Quentin PAGÈS / Quenti ♏"
desc: qsTrId("Occitan & French translation") desc: qsTr("Occitan & French translation")
mastodon: "Quenti@framapiaf.org" mastodon: "Quenti@framapiaf.org"
mail: "" mail: ""
} }
ListElement { ListElement {
name: "André Koot" name: "André Koot"
desc: qsTrId("Dutch translation") desc: qsTr("Dutch translation")
mastodon: "meneer@mastodon.social" mastodon: "meneer@mastodon.social"
mail: "https://twitter.com/meneer" mail: "https://twitter.com/meneer"
} }
ListElement { ListElement {
name: "Carlos Gonzalez / Caballlero" name: "Carlos Gonzalez / Caballlero"
desc: qsTrId("Spanish translation") desc: qsTr("Spanish translation")
mastodon: "" mastodon: ""
mail: "carlosgonz@protonmail.com" mail: "carlosgonz@protonmail.com"
} }
ListElement { ListElement {
name: "Mohamed-Touhami MAHDI" name: "Mohamed-Touhami MAHDI"
desc: qsTrId("Added README file") desc: qsTr("Added README file")
mastodon: "dragnucs@touha.me" mastodon: "dragnucs@touha.me"
mail: "touhami@touha.me" mail: "touhami@touha.me"
} }