chore: Fix Discord badge & Weblate link (#960)

This commit is contained in:
Cuong-Tran 2025-05-29 09:48:59 +07:00 committed by GitHub
parent c1157e7d5b
commit 7df225c358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -30,7 +30,7 @@ Before you start, please note that the ability to use following technologies is
# Translations
Translations are done externally via [Crowdin](https://crowdin.com/project/komikku).
Translations are done externally via [Weblate](https://hosted.weblate.org/engage/komikku-app/).
# Forks

View file

@ -9,7 +9,7 @@
*Requires Android 8.0 or higher.*
[![Discord](https://img.shields.io/discord/1195734228319617024.svg?label=&labelColor=6A7EC2&color=7389D8&logo=discord&logoColor=FFFFFF)](https://discord.gg/85jB7V5AJR)
[![Discord](https://img.shields.io/discord/1242381704459452488.svg?label=&labelColor=6A7EC2&color=7389D8&logo=discord&logoColor=FFFFFF)](https://discord.gg/85jB7V5AJR)
[![CI](https://img.shields.io/github/actions/workflow/status/komikku-app/komikku/build_push.yml?labelColor=27303D&label=CI)](https://github.com/komikku-app/komikku/actions/workflows/build_push.yml)
[![License: Apache-2.0](https://img.shields.io/github/license/komikku-app/komikku?labelColor=27303D&color=0877d2)](/LICENSE)
[![Translation status](https://img.shields.io/weblate/progress/komikku-app?labelColor=27303D&color=946300)](https://hosted.weblate.org/engage/komikku-app/)
@ -129,7 +129,7 @@ Pull requests are welcome. For major changes, please open an issue first to disc
[Website](https://komikku-app.github.io/)
1. **Before reporting a new issue, take a look at the [FAQ](https://mihon.app/docs/faq/general), the [changelog](https://github.com/komikku-app/komikku/releases) and the already opened [issues](https://github.com/komikku-app/komikku/issues).**
2. If you are unsure, ask here: [![Discord](https://img.shields.io/discord/1195734228319617024.svg?label=&labelColor=6A7EC2&color=7389D8&logo=discord&logoColor=FFFFFF)](https://discord.gg/85jB7V5AJR)
2. If you are unsure, ask here: [![Discord](https://img.shields.io/discord/1242381704459452488.svg?label=&labelColor=6A7EC2&color=7389D8&logo=discord&logoColor=FFFFFF)](https://discord.gg/85jB7V5AJR)
</details>

View file

@ -229,8 +229,7 @@ class AboutScreen : Screen() {
title = stringResource(MR.strings.help_translate),
onPreferenceClick = {
uriHandler.openUri(
"https://crowdin.com/project/komikku/" +
"invite?h=f922abd4193e77309b084a08c74b89872112170",
"https://hosted.weblate.org/engage/komikku-app/",
)
},
)