Kurdtvs-Live-Kurdish-TV-Kur.../Localization/README.md

23 lines
559 B
Markdown
Raw Permalink Normal View History

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.
## How to maintains
2021-08-02 13:24:46 +02:00
The project use a script to generate Xcode localized strings files.
```zsh
// enter workdir
cd Mastodon
2021-08-02 13:24:46 +02:00
// merge PR from Crowdin bot
// update resource
./update_localization.sh
```