List of translations in scope
PiotrMisiurek opened this issue · 3 comments
Translate method should be able to return a hash of all translation of scope given as key.
Translation's method recognize something is a scope, not a key
http://github.com/bragi/trendi18n/commit/57c493fa29b7ce7400e9990325f7d2b59e087564
I18n.t can cache and return all translations from scope [subscopes not
supported yet]
http://github.com/bragi/trendi18n/commit/0dc2e25563f8011d722e973371799815890daedd
ps. now I18n.t return array of hashes (one hash per translation). This form is result of caching requirements. It will be fixed soon
Deep merged hash instead of array of hashes (http://github.com/bragi/trendi18n/commit/3e93b8d5de65224c915b77709eaed8cc72a82714 )
Subscopes are supported (http://github.com/bragi/trendi18n/commit/1fafc2383a1f94c27ea87ca5d0ec585d763370ad )
Done