Using the released version from ruby gem. I have some nested keys to scope some strings: ```yaml welcom: Welcom site: title: My Site ``` But when I access the string from locale object: ``` {{ locale.welcome }} // Good {{ locale.site.title}} // Empty/Undefined ```
Using the released version from ruby gem.
I have some nested keys to scope some strings:
But when I access the string from locale object: