diff --git a/README.md b/README.md index 656dd190f..bdeae7052 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ NekoX is an **free and open source** third-party Telegram client, based on Telegram-FOSS with features added. -[![Continuous integration](https://github.com/NekoX-Dev/NekoX/workflows/Debug%20build/badge.svg?branch=main)](https://github.com/NekoX-Dev/NekoX/actions) +[![Continuous integration](https://github.com/NekoX-Dev/NekoX/workflows/Debug%20build/badge.svg?branch=main)](https://github.com/NekoX-Dev/NekoX/actions) +[![Translation status](https://hosted.weblate.org/widgets/nekox/-/svg-badge.svg)](https://hosted.weblate.org/engage/nekox/) - [Google Play Store](https://play.google.com/store/apps/details?id=nekox.messenger) - [Update News Telegram](https://t.me/NekogramX) @@ -75,8 +76,9 @@ Consider using a Linux VM or dual booting.** It is recommended to use [AndroidStudio](https://developer.android.com/studio) to install. [here is how to install AndroidStudio](https://developer.android.com/studio/install). -2. Install golang ( >= 1.15.5 ). +2. Install golang ( 1.15.8 ). ```shell +# debian sid apt install -y golang ``` @@ -126,11 +128,7 @@ If you experience a *crash*, you also need to click on the version number at the #### How can I help with Localization? -Join the project at https://nekox.crowdin.com/nekox. - -##### My language is not in the translation platform / needs to be improved ! - -Same as submitting a bug, plus you need to submit your nekox.crowdin.com account. +Join the project at https://hosted.weblate.org/projects/nekox/ ## Credits @@ -144,4 +142,7 @@ Same as submitting a bug, plus you need to submit your nekox.crowdin.com account
  • HanLP: Apache License 2.0
  • OpenCC: Apache License 2.0
  • opencc-data: Apache License 2.0
  • +
  • android-device-list: MIT
  • + +[![Translation status](https://hosted.weblate.org/widgets/nekox/-/multi-auto.svg)](https://hosted.weblate.org/engage/nekox/) \ No newline at end of file diff --git a/crowdin.yml b/crowdin.yml deleted file mode 100644 index 7c37ab4c2..000000000 --- a/crowdin.yml +++ /dev/null @@ -1,5 +0,0 @@ -files: - - source: /TMessagesProj/src/main/res/values/strings_neko.xml - translation: /TMessagesProj/src/main/res/values-%two_letters_code%/%original_file_name% - - source: /TMessagesProj/src/main/res/values/strings_nekox.xml - translation: /TMessagesProj/src/main/res/values-%two_letters_code%/%original_file_name% \ No newline at end of file