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
Hi there, I am using Missing Module, everything works well without default option, like this
I18n.t('hi')
however I need to save as well in translations table, missing translations although exists default values as option, for example in the following line codes, records are not created
The idea of the Missing module is to create blank records for missing translations so translators can review them, so I am not entirely sure that saving default values by default would be right.
But this can be an optional behaviour configured with the I18n::Backend::ActiveRecord.configure
Feel free to send a pull request, otherwise, I will try to look at it when I have some time
Hi there, I am using Missing Module, everything works well without default option, like this
however I need to save as well in translations table, missing translations although exists default values as option, for example in the following line codes, records are not created
How do I achieve this? This is my configuration:
The text was updated successfully, but these errors were encountered: