You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this works for everything except defaults.en.yml/defaults.fr.yml, because it has a structure like this, with multiple top-level items in a single file. When running normalize, I get time.en.yml, date.en.yml, etc. Is there any way for me to prevent the strings in defaults.%{locale}.yml from being split up into different files while separating everything else?
Thank you for the awesome gem, it's been super useful for me!
The text was updated successfully, but these errors were encountered:
I'm unsure exactly how to accomplish what I'm attempting to do here. Essentially, I have a file structure like this:
My
i18n-tasks.yml
config includes this:And this works for everything except
defaults.en.yml
/defaults.fr.yml
, because it has a structure like this, with multiple top-level items in a single file. When runningnormalize
, I gettime.en.yml
,date.en.yml
, etc. Is there any way for me to prevent the strings indefaults.%{locale}.yml
from being split up into different files while separating everything else?Thank you for the awesome gem, it's been super useful for me!
The text was updated successfully, but these errors were encountered: