mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-11 16:16:48 +01:00
13 lines
171 B
Markdown
13 lines
171 B
Markdown
|
# StringsConvertor
|
||
|
|
||
|
Convert i18n JSON file to Stings file.
|
||
|
|
||
|
|
||
|
## Usage
|
||
|
```
|
||
|
chmod +x scripts/build.sh
|
||
|
./scripts/build.sh
|
||
|
|
||
|
# lproj files will locate in output/ directory
|
||
|
```
|