20 lines
232 B
Markdown
Raw Permalink Normal View History

2021-02-22 16:20:23 +08:00
# Localization
Mastodon localization template file
## How to contribute?
TBD
## How to maintains
```zsh
// enter workdir
cd Mastodon
// edit i18n json
open ./Localization/app.json
// update resource
update_localization.sh
```