Skip to content

Commit

Permalink
Merge pull request #59 from transifex/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Nikos Vasileiou authored Sep 6, 2023
2 parents aa97b51 + b619945 commit 0c3aa89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@ Use the [Transifex CLI-swift](https://github.com/transifex/transifex-swift-cli)
txios-cli push --token <transifex_token> --secret <transifex_secret> --project MyApp.xcodeproj
```
You may also use the `--excluded-files` option in the `push` command, providing a comma separated list of filenames to be excluded from processing.
Example:
```
txios-cli push ... --excluded-files ExcludedFile1.strings,ExcludedFile2.strings
```
For more details and additional options, please refer to the related [Transifex CLI-swift](https://github.com/transifex/transifex-swift-cli) documentation.
### Display translated content
By default, the iOS Native SDK uses the current locale set on the iOS device and also listens for changes to the current locale.
Expand Down

0 comments on commit 0c3aa89

Please sign in to comment.