Skip to content

Commit 91dbd1a

Browse files
committed
Give credit to translators
1 parent 51c52f2 commit 91dbd1a

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

Localizable.xcstrings

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
}
6767
}
6868
}
69+
},
70+
"[Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\nVersion 3.0" : {
71+
6972
},
7073
"%@s" : {
7174
"localizations" : {
@@ -648,27 +651,8 @@
648651
}
649652
}
650653
},
651-
"Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support\n⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\n [Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\nVersion 3.0" : {
652-
"localizations" : {
653-
"zh-Hans" : {
654-
"stringUnit" : {
655-
"state" : "new",
656-
"value" : "Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support\n⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\n [Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\nVersion 3.0"
657-
}
658-
},
659-
"zh-Hant" : {
660-
"stringUnit" : {
661-
"state" : "translated",
662-
"value" : "若需任何支援,請寄送電子郵件至: [aviwad@gmail.com](mailto:aviwad@gmail.com)\n⚠️ 免責聲明:本人並未擁有 Spotify 或所呈現之歌詞內容的任何權利。\n歌詞的所有權利均為 Musixmatch 與 Spotify 所擁有。\n [Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\n版本 3.0"
663-
}
664-
},
665-
"zh-Hant-HK" : {
666-
"stringUnit" : {
667-
"state" : "new",
668-
"value" : "Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support\n⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\n [Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\nVersion 3.0"
669-
}
670-
}
671-
}
654+
"Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support" : {
655+
672656
},
673657
"Enable Karaoke" : {
674658
"localizations" : {

LyricFever/Views/OnboardingView/MainSettingsView.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,13 @@ struct MainSettingsView: View {
144144
.transition(.opacity)
145145

146146
permissionsOrNextButton
147-
.frame(height: 50)
147+
.frame(height: 40)
148148

149-
Text("Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support\n⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\n [Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\nVersion 3.0")
149+
VStack {
150+
Text("Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support")
151+
Text(verbatim: "⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\nTranslations by InTheManXG and ARui-tw")
152+
Text("[Lyric Fever GitHub](https://github.com/aviwad/LyricFever)\nVersion 3.0")
153+
}
150154
.multilineTextAlignment(.center)
151155
.font(.callout)
152156
.padding(.top, 10)

0 commit comments

Comments
 (0)