Skip to content

Commit

Permalink
Updated languages list in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Jun 6, 2021
1 parent 10bdb38 commit b32756a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
Binary file not shown.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,20 @@ extension Controller: SPPermissionsDelegate {

## Localizations

App has ready-use localisation stirngs for `English (en)`, `Arabic (ar)`, `German (de)`, `Spanish (es)`, `French (fr)`, `Polish (pl)`, `Portuguese (pt)`, `Ukrainian (uk)`, `Russian (ru)` & `Chinese Simplified Han (zh_Hans)`. If you want add more, please, create folder `language_id.lproj` and make pull request.

If you want use your custom strings, check [DataSource](#datasource) section.
App has ready-use localisation for:

- English `en`
- Arabic `ar`
- German `de`
- Spanish `es`
- French `fr`
- Polish `pl`
- Portuguese `pt`
- Ukrainian `uk`
- Russian `ru`
- Chinese Simplified Han `zh_Hans`

If you want add more, please, create folder `language_id.lproj` and make pull request. If you want use your custom strings, check [DataSource](#datasource) section.

## Keys in Info.plist

Expand Down

0 comments on commit b32756a

Please sign in to comment.