Updating translations + credits for Tamil.

This commit is contained in:
Adsooi 2025-01-12 17:42:48 +01:00
parent 004b3f5612
commit 3b244fad2c
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
9 changed files with 1539 additions and 1001 deletions
runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup

View file

@ -232,6 +232,11 @@ BaseDialog {
authorLine: 'gallegonovato',
website: '',
websiteName: ''
},
TamilNeram: {
authorLine: 'தமிழ் நேரம்',
website: 'https://github.com/TamilNeram',
websiteName: qsTr('Github')
}
}
@ -265,6 +270,11 @@ BaseDialog {
link: 'https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/es/',
authors: [authors.IngrownMink4, authors.gallegonovato]
})
append({
tranName: '🇱🇰 ' + qsTr('Tamil'),
link: 'https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/ta/',
authors: [authors.TamilNeram]
})
}
}