2021-02-22 16:20:23 +08:00
# Localization
2021-08-02 19:24:46 +08:00
[![Crowdin ](https://badges.crowdin.net/mastodon-for-ios/localized.svg )](https://crowdin.com/project/mastodon-for-ios)
2021-02-22 16:20:23 +08:00
Mastodon localization template file
## How to contribute?
2021-08-02 19:24:46 +08:00
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.
2021-04-06 16:43:08 +08:00
## How to maintains
2021-08-02 19:24:46 +08:00
The project use a script to generate Xcode localized strings files.
2021-04-06 16:43:08 +08:00
```zsh
// enter workdir
cd Mastodon
2021-08-02 19:24:46 +08:00
// merge PR from Crowdin bot
// update resource
./update_localization.sh
2021-04-06 16:43:08 +08:00
```