Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cease mentioning taglib #44

Merged
merged 2 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ Page {
color: Theme.secondaryColor
}

Label {
text: colored + qsTr("Taglib is used for reading, writing and manipulating audio file tags:") +
"<br><a href='https://taglib.github.io/'>taglib.github.io</a>"
onLinkActivated: Qt.openUrlExternally(link)
font.pixelSize: Theme.fontSizeSmall
textFormat: Text.RichText
wrapMode: Text.WordWrap
width: parent.width
}

Label {
text: colored + qsTr("If you want to create a new translation or improve an extant one:") + "<br>" +
"<a href='https://app.transifex.com/olf/flowplayer/'>" + "Transifex - FlowPlayer</a>"
Expand Down
7 changes: 1 addition & 6 deletions translations/flowplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="95"/>
<source>Taglib is used for reading, writing and manipulating audio file tags:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="105"/>
<source>If you want to create a new translation or improve an extant one:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="120"/>
<location filename="../qml/pages/AboutPage.qml" line="110"/>
<source>You can support the original author of FlowPlayer by donating:</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Loading