Skip to content

Commit

Permalink
Merge pull request #4 from transifex/stelios/version
Browse files Browse the repository at this point in the history
Change version to 0.1.0
  • Loading branch information
stelabouras authored Feb 4, 2021
2 parents 0ba5caf + 52af5c2 commit 993f08a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transifex Command Line Tool

## Transifex Command Line Tool 1.0
## Transifex Command Line Tool 0.1.0

*Febrary 4, 2021*

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ command can be simplified to:

##### Pushing pluralizations limitations

Currently (version 1.0) pluralization is supported but only for cases where one variable is
Currently (version 0.1.0) pluralization is supported but only for cases where one variable is
used per pluralization rule. More advanced cases such as nested pluralization rules (for
example: "%d out of %d values entered") will be supported in future releases.

Also, at the moment of writing (version 1.0), the `.stringsdict` specification only supports
Also, at the moment of writing (version 0.1.0), the `.stringsdict` specification only supports
plural types (`NSStringPluralRuleType`) which is the only possible value of the
`NSStringFormatSpecTypeKey` key ([Ref](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPInternational/StringsdictFileFormat/StringsdictFileFormat.html#//apple_ref/doc/uid/10000171i-CH16-SW4)).

Expand Down
2 changes: 1 addition & 1 deletion Sources/TXCli/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ that can be bundled with the iOS application.
The tool can be also used to force CDS cache invalidation so that the next pull
command will fetch fresh translations from CDS.
""",
version: "1.0",
version: "0.1.0",
subcommands: [Push.self, Pull.self, Invalidate.self])
}

Expand Down

0 comments on commit 993f08a

Please sign in to comment.