From 69ce3c0a9143c51ef7a413d4f2311d7c8fbbb4f1 Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Sat, 25 Oct 2025 17:55:08 +0200 Subject: [PATCH] Reference to Weblate instead of Transifex for translations --- .tx/config | 12 ------------ README.md | 14 +++++++++++--- 2 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 .tx/config diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 843e287..0000000 --- a/.tx/config +++ /dev/null @@ -1,12 +0,0 @@ -[main] -host = https://www.transifex.com - -[davx5.cert4android] -file_filter = src/main/res/values-/strings.xml -minimum_perc = 0 -source_file = src/main/res/values/strings.xml -source_lang = en -trans.tr_TR = src/main/res/values-tr/strings.xml -trans.zh_CN = src/main/res/values-zh/strings.xml -type = ANDROID - diff --git a/README.md b/README.md index a841360..88eb9b9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ [![License](https://img.shields.io/github/license/bitfireAT/cert4android)](https://github.com/bitfireAT/cert4android/blob/main/LICENSE) -[![Tests](https://github.com/bitfireAT/cert4android/actions/workflows/test-dev.yml/badge.svg)](https://github.com/bitfireAT/cert4android/actions/workflows/test-dev.yml) +[![Translation status](https://hosted.weblate.org/widget/cert4android/status-badge.png)](https://hosted.weblate.org/engage/cert4android/) [![KDoc](https://img.shields.io/badge/documentation-KDoc-informational)](https://bitfireat.github.io/cert4android/) -[![Latest Version](https://img.shields.io/jitpack/version/com.github.bitfireAT/cert4android)](https://jitpack.io/#bitfireAT/cert4android) - _This software is not affiliated to, nor has it been authorized, sponsored or otherwise approved by Google LLC. Android is a trademark of Google LLC._ @@ -29,6 +27,16 @@ Then make the changes in your own repository and send a pull request. and a separate `:sync` process which should share the certificate information) +# Contributions + +Please help to [translate cert4android](https://hosted.weblate.org/engage/cert4android/): + +[![Translation status (big)](https://hosted.weblate.org/widget/cert4android/287x66-grey.png)](https://hosted.weblate.org/engage/cert4android/) + +For other topics, you can [create an issue](https://github.com/bitfireAT/cert4android/issues) +or [submit a PR](https://github.com/bitfireAT/cert4android/pulls) over Github. + + # How to use 1. Add the [jitpack.io](https://jitpack.io) repository to your project's level `build.gradle`: