1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-12 17:40:45 +01:00

Add language reviewed progress in README

This commit is contained in:
stonegate 2020-07-22 22:56:16 +08:00
parent 964c927286
commit c3caf70122
2 changed files with 7 additions and 3 deletions

View File

@ -40,8 +40,9 @@ More to come...
Support languages
* English
* Chinese Simplified (beta)
* ![English]
* ![Chinese Simplified]
* ![Franch]
Please [Email](mailto:<tsacdop.app@gmail.com>) me you'd like to contribute to support more languages!
@ -128,6 +129,9 @@ For help getting started with Flutter, view our
[github release - recent]: https://github.com/stonega/tsacdop/releases
[github downloads]: https://img.shields.io/github/downloads/stonega/tsacdop/total?color=%230000d&label=downloads
[localizely]: https://img.shields.io/badge/dynamic/json?color=%2326c6da&label=localizely&query=%24.languages.length&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus
[English]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=English&query=%24.languages%5B0%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus
[Chinese Simplified]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=Chinese%20Simplified&query=%24.languages%5B1%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus
[Franch]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=Franch&query=%24.languages%5B3%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus
[localizely - website]: https://localizely.com/
[google play - icon]: https://img.shields.io/badge/google-playStore-%2323CCC6
[google play]: https://play.google.com/store/apps/details?id=com.stonegate.tsacdop

View File

@ -121,7 +121,7 @@ class _LanguagesSettingState extends State<LanguagesSetting> {
height: 20),
),
subtitle: Text(
"If you'd like to contribute to support more languages, please contact me."),
"If you'd like to contribute to localization project, please contact me."),
),
],
))),