Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 27, 2014
1 parent bbee51d commit 9055d5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## v0.3.2

* Tasks that accept locales now accept them as the first argument(s)

## v0.3.0

* i18n-tasks is a binary now (instead of rake tasks). All tasks / commands now accept various options, and there is no need for as many of them as before.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ Translate missing values with Google Translate ([more below on the API key](#tra
```bash
i18n-tasks translate-missing
# accepts from and locales options:
i18n-tasks translate-missing -f base -l es,fr
i18n-tasks translate-missing --from base es fr
```

Sort the keys and write them to their respective files with `normalize`.
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/tasks/version.rb
@@ -1,5 +1,5 @@
module I18n
module Tasks
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end

0 comments on commit 9055d5d

Please sign in to comment.