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
Ruby i18n lib supports YAML by default. For this lib pyyaml is an extra requirement. I suggest to make it a requirement. With this, issues like #7, #9, #19 and #26 could be avoided.
In addition, I will suggest to load .yaml and .yml by default, instead of using i18n.set('filename_format'...), since Ruby lib also does that by default.
The text was updated successfully, but these errors were encountered:
Ruby i18n lib supports YAML by default. For this lib pyyaml is an extra requirement. I suggest to make it a requirement. With this, issues like #7, #9, #19 and #26 could be avoided.
In addition, I will suggest to load .yaml and .yml by default, instead of using
i18n.set('filename_format'...)
, since Ruby lib also does that by default.The text was updated successfully, but these errors were encountered: