1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-12 00:25:36 +01:00
mastodon-app-ufficiale-ipho.../Localization/README.md
2021-08-02 19:26:39 +08:00

23 lines
559 B
Markdown

# 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?
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
// merge PR from Crowdin bot
// update resource
./update_localization.sh
```