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
{{ message }}
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
There are a number of rails plugins that provide a bunch of translations. Can these please have the option of being ignored, or at least not being save in the application locale file.
I have installed the plugin http://github.com/svenfuchs/rails-i18n/tree/master and want to keep those rails type translations separate from my applications own translations, however whenever I save a translation all the rails type translations are included in the application locale file, thus filling it with unnecessary crap.
Can this be changed, so that the translations are stored in the correct file?
The text was updated successfully, but these errors were encountered:
+1 In particular, Rails use of arrays and active_scaffold's use of non-standard keys ("<=":"<=") make exporting the yaml to xml and back impossible without editing the file. Would be nice to pull these out and know they won't be coming back.
There are a number of rails plugins that provide a bunch of translations. Can these please have the option of being ignored, or at least not being save in the application locale file.
I have installed the plugin http://github.com/svenfuchs/rails-i18n/tree/master and want to keep those rails type translations separate from my applications own translations, however whenever I save a translation all the rails type translations are included in the application locale file, thus filling it with unnecessary crap.
Can this be changed, so that the translations are stored in the correct file?
The text was updated successfully, but these errors were encountered: