Releases: glebm/i18n-tasks
Releases · glebm/i18n-tasks
v0.8.6
- Report missing keys found in source in all the locales. #162
- Fix
data-removetask. #140 - Non-zero exit code on
health,missing, andunusedif such keys are present. #151 - XLSX report compatibility with the OSX Numbers App. #159
- RSpec template compatibility with
config.expose_dsl_globally = false. #148 bundle show vagrantexample in the config template is no longer interpolated .#161
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
- Parse command line arguments with
optparse. Remove dependency on Slop.
Simplified commands DSL: options are mostly passed directly to optparse. search.relative_rootsdefault changed from from%w(app/views)to
%w(app/views app/controllers app/helpers app/presenters).add-missingnow adds keys detected in source to all locales (previously just base) #134.- The default spec template no long requires
spec_helperby default Daniel Levenson #135. search.excludenow appends to and not overrides the default exclude list. More extensions excluded by default:
*.css, *.sass, *.scss, *.less, *.yml, and *.json. #137.
v0.7.13
- Fix relative keys when controller name consists of more than one word by Yuji Nakayama #132.
- Support keys with UTF8 word characters in the name. #133.
- Change missing report column title from "Details" to "Value in other locales or source", display the locale #130.