🚀 Update Credits
* Added new credits
This commit is contained in:
parent
dcf470d630
commit
6999d87721
1 changed files with 33 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fun Constants.provideCredits() = listOf(
|
|||
),
|
||||
Credit(
|
||||
name = "Voyager",
|
||||
source = "Voyager website",
|
||||
source = "Voyager Website",
|
||||
credits = listOf(
|
||||
UIText.StringResource(R.string.credits_ideas)
|
||||
),
|
||||
|
|
@ -57,4 +57,36 @@ fun Constants.provideCredits() = listOf(
|
|||
),
|
||||
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"
|
||||
),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue