Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose TXSourceString properties #29

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

stelabouras
Copy link
Collaborator

@stelabouras stelabouras commented Jun 22, 2021

Exposes the properties of TXSourceString making them public readonly
so that other applications (like the Transifex CLI tool) can use them
either by querying them or by extending the TXSourceString class.

Exposes the properties of `TXSourceString` making them public readonly
so that other applications (like the Transifex CLI tool) can use them
either by querying them or by extending the `TXSourceString` class.

Ref: https://trello.com/c/1zQZUJ8E/48-cli-list-found-strings-on-push-command
stelabouras added a commit to transifex/transifex-swift-cli that referenced this pull request Jun 22, 2021
1. Updates `README` with clarification regarding the `verbose` argument
conflict when running the CLI tool using the `swift run` command.
2. Adds `dryRun` flag so that the CLI tool won't actually send anything
to CDS, which is useful for testing the command.
3. Removes the comment regarding ignoring the source locale when pulling
strings from the CDS.
4. Styles the `TXSourceString` instances when printed (via the
`debugDescription` property) accordingly.

3. Depends on transifex/transifex-swift#28
4. Depends on transifex/transifex-swift#29

Ref:
https://trello.com/c/oIrxLJKg/47-cli-implement-dry-run-on-push
https://trello.com/c/1zQZUJ8E/48-cli-list-found-strings-on-push-command
Copy link
Contributor

@dbendilas dbendilas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@stelabouras stelabouras merged commit de472a7 into devel Jun 23, 2021
@stelabouras stelabouras deleted the stelios/feature/expose_txsourcestring_properties branch June 23, 2021 06:08
stelabouras added a commit to transifex/transifex-swift-cli that referenced this pull request Jun 23, 2021
1. Updates `README` with clarification regarding the `verbose` argument
conflict when running the CLI tool using the `swift run` command.
2. Adds `dryRun` flag so that the CLI tool won't actually send anything
to CDS, which is useful for testing the command.
3. Removes the comment regarding ignoring the source locale when pulling
strings from the CDS.
4. Styles the `TXSourceString` instances when printed (via the
`debugDescription` property) accordingly.

3. Depends on transifex/transifex-swift#28
4. Depends on transifex/transifex-swift#29
stelabouras added a commit to transifex/transifex-swift-cli that referenced this pull request Jun 23, 2021
1. Updates `README` with clarification regarding the `verbose` argument
conflict when running the CLI tool using the `swift run` command.
2. Adds `dryRun` flag so that the CLI tool won't actually send anything
to CDS, which is useful for testing the command.
3. Removes the comment regarding ignoring the source locale when pulling
strings from the CDS.
4. Styles the `TXSourceString` instances when printed (via the
`debugDescription` property) accordingly.

3. Depends on transifex/transifex-swift#28
4. Depends on transifex/transifex-swift#29
This was referenced Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants