Skip to content
Snippets Groups Projects
Commit 53aeb14e authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Update contributor list

parent ed0d736d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,14 @@ val contributors = listOf<ContributorInfo>(
contributor("Ravyar Tahir (@ravarage)", "Central Kurdish keyboard layout"),
contributor("Emre Eren (@remreren)", "Turkish keyboard layout"),
contributor("@ornstrange", "Icelandic keyboard layout"),
contributor("@roguesensei", "Colemak DH / DH ANSI layouts")
contributor("@roguesensei", "Colemak DH / DH ANSI layouts"),
contributor("@BoFFire", "Kabyle layout"),
contributor("@Midnight1938", "Optimized Devanagari layout"),
contributor("@NicolasLagaillardie", "BEPO Inclusive layouts"),
contributor("@abdelhaqueidali", "Amazigh layout"),
contributor("@lomtjjz", "Belarusian Latin layout"),
contributor("@Imold", "pcqwerty fix"),
contributor("@tenextractor", "Korean layout, Maltese, Hungarian, Romanian, Albanian, Hansa, Burmese/Myanmar, Bashkir, Kurdish, and more"),
)
@Preview(showBackground = true)
......@@ -87,8 +94,8 @@ fun CreditsScreen(navController: NavHostController = rememberNavController()) {
ScreenTitle("Contributors")
SpacedColumn(10.dp) {
contributors.forEach {
ParagraphText("Thank you to ${it.name} for contributing the following features: ${it.features.joinToString()}")
contributors.reversed().forEach {
ParagraphText("Thank you to ${it.name} for contributing ${it.features.joinToString()}")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment