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