Skip to content

Releases: g-Off/stringray

0.4.0

13 Jun 03:09
Compare
Choose a tag to compare
allows sort to operate on a single locale instead of all

0.3.1: Merge pull request #11 from g-Off/swift-5

12 Jun 22:14
3189d89
Compare
Choose a tag to compare

0.3.0

14 Dec 20:12
Compare
Choose a tag to compare

Faster linting by keeping a cache around

0.2.0

11 Dec 02:46
Compare
Choose a tag to compare

Automatic linting from Xcode — When set as a run script in Xcode (with the command of stringray lint), Stringray will automatically lint the strings files in the build target.

Added the copy command. Works the same as the move command but doesn't delete from the source.

0.1.1

29 Nov 15:39
Compare
Choose a tag to compare
bump to version 0.1.1

Stinger

23 Nov 16:47
Compare
Choose a tag to compare

Initial release

This release should be considered very early alpha stage. There are zero unit tests, but the commands work so far!

Includes:

  • Linting
    • Missing localizations
    • Orphaned localizations
    • Mismatched placeholders (i.e. base having "%@ all the things!", translation having "all the things!")
  • Renaming a key across all translations
  • Moving a key from one table to another
  • Sorting a table by key