Sha256: 476241135e465b081fd2e3ad757a0e2427e1dcc1498f35e3d49b841e889186c6

Contents?: true

Size: 1.83 KB

Versions: 1

Compression:

Stored size: 1.83 KB

Contents

## v0.2.17..v0.2.18

* Bugfixes

## v0.2.16

* Key search extracted into its own class, and a custom scanner can now be provided.
* Removed support for deprecated settings

## v0.2.15

* More robust I18n.t call detection (detect I18n.translate and multiline calls)

## v0.2.14

* Google Translate fixes: preserve interpolations, set correct format based on the key (text or html).

## v0.2.13

* New setting relative_roots for relative key resolution (default: %w(app/views))
* fix google translation attempts to translate non-string keys

## v0.2.11 .. v0.2.12

* New task: `i18n:remove_unused`

## v0.2.5..0.2.10

* config/i18n-tasks.yml now processed with ERB
* can now be used with any ruby apps, not just Rails
* more locale formats are considered valid 
* `i18n:missing` accepts locales
* `i18n:missing` supports plural keys

## v0.2.4

* more powerful key pattern matching with sets and backtracking 

## v0.2.3

* spreadsheet report, tests run on rbx 

## v0.2.2

* improved output with terminal-table 

## v0.2.1

* fill tasks renamed, fix symbol key search 

## v0.2.0

* 3 more prefill tasks, including Google Translate 
* tasks renamed

## v0.1.8

* improved search: no longer uses grep, more robust detection (@natano)

## v0.1.7

* ability to route prefill output via data.write config 
* multiple configuration variables renamed (still understands old syntax with deprecation warnings) 

## v0.1.6

* New key pattern syntax for i18n-tasks.yml a la globbing 

## v0.1.5

* Removed get_locale_data, added data configuration options 

## v0.1.4

* Fix relative keys in partials (@paulfioravanti)
* Fix i18n:missing when nothing is missing (@tamtamchik)

## v0.1.3

* detect countable keys as used for unused task 
* account for non-string keys coming from yaml (thanks @lichtamberg)

## v0.1.2

* added grep config options (thanks @dmke)
* improved terminal output 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n-tasks-0.2.19 CHANGES.md