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
This crash happens in a Rails application when the 3rd argument to n_() is nil. Line 153 should trigger a translated error, but instead I get the undefined method _() error.
Easily fixed in my code by not providing nil, but would be nice to get a proper error message.
The text was updated successfully, but these errors were encountered:
undefined method `_' for GetText::TextDomainManager:Module
This crash happens in a Rails application when the 3rd argument to n_() is nil. Line 153 should trigger a translated error, but instead I get the undefined method _() error.
Easily fixed in my code by not providing nil, but would be nice to get a proper error message.
The text was updated successfully, but these errors were encountered: