From bccdb6602320c2355482594bc4cadb3f9f08de85 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 2 Aug 2021 19:24:46 +0800 Subject: [PATCH] chore: update README --- Localization/README.md | 13 ++++++++----- README.md | 3 +++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Localization/README.md b/Localization/README.md index b6baf178..ac32319c 100644 --- a/Localization/README.md +++ b/Localization/README.md @@ -1,20 +1,23 @@ # Localization +[![Crowdin](https://badges.crowdin.net/mastodon-for-ios/localized.svg)](https://crowdin.com/project/mastodon-for-ios) Mastodon localization template file ## How to contribute? -TBD +Please use the [Crodwin](https://crowdin.com/project/mastodon-for-ios) to contribute. If your language is not in the list. Please feel free to open the issue. ## How to maintains +The project use a script to generate Xcode localized strings files. + ```zsh // enter workdir cd Mastodon -// edit i18n json -open ./Localization/app.json -// update resource -update_localization.sh +// merge PR from Crowdin bot + +// update resource +./update_localization.sh ``` \ No newline at end of file diff --git a/README.md b/README.md index 7b119d56..d8f7a9c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Mastodon +[![CI](https://github.com/mastodon/mastodon-ios/actions/workflows/main.yml/badge.svg)](https://github.com/mastodon/mastodon-ios/actions/workflows/main.yml) [![Crowdin](https://badges.crowdin.net/mastodon-for-ios/localized.svg)](https://crowdin.com/project/mastodon-for-ios) + + Download on the App Store ## Requirements