bragi/trendi18n

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