🚀 Update Credits

* Added new credits
This commit is contained in:
Acclorite 2025-02-02 12:48:17 +02:00
parent dcf470d630
commit 6999d87721

View file

@ -26,7 +26,7 @@ fun Constants.provideCredits() = listOf(
), ),
Credit( Credit(
name = "Voyager", name = "Voyager",
source = "Voyager website", source = "Voyager Website",
credits = listOf( credits = listOf(
UIText.StringResource(R.string.credits_ideas) UIText.StringResource(R.string.credits_ideas)
), ),
@ -57,4 +57,36 @@ fun Constants.provideCredits() = listOf(
), ),
website = "https://hosted.weblate.org/projects/book-story" website = "https://hosted.weblate.org/projects/book-story"
), ),
Credit(
name = "OpenDyslexic Font",
source = "OpenDyslexic Website",
credits = listOf(
UIText.StringResource(R.string.credits_fonts)
),
website = "https://opendyslexic.org"
),
Credit(
name = "GitLab Badge",
source = "Censorship Website",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://censorship.no/en/index.html"
),
Credit(
name = "GitHub Badge",
source = "GitHub",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://github.com/Kunzisoft/Github-badge"
),
Credit(
name = "Codeberg Badge",
source = "Codeberg",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://codeberg.org/Codeberg/GetItOnCodeberg"
),
) )