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
I thought this was a client issue (see copycopter/copycopter-ruby-client#33), but it looks like it's server. Bummer I can't just move the issue over.
Here's the short version:
I use copycopter for a lot of text.
I use rails-i18n for validation text (must be filled in, etc).
If an error is first generated in English, then copycopter will display that error and copy the English text to every other language as a default string. Those error messages are generated appropriately by rails-i18n in other languages, so I don't want that behavior.
where min_value and max_value vary depending on conditions in the object. It seems that CopyCopter is caching the first 'hit' of this error. This seems related, but maybe it isn't?
The text was updated successfully, but these errors were encountered:
I thought this was a client issue (see copycopter/copycopter-ruby-client#33), but it looks like it's server. Bummer I can't just move the issue over.
Here's the short version:
I use copycopter for a lot of text.
I use rails-i18n for validation text (must be filled in, etc).
If an error is first generated in English, then copycopter will display that error and copy the English text to every other language as a default string. Those error messages are generated appropriately by rails-i18n in other languages, so I don't want that behavior.
Is there a way to turn that off?
In addition, some of our validations are complex:
where min_value and max_value vary depending on conditions in the object. It seems that CopyCopter is caching the first 'hit' of this error. This seems related, but maybe it isn't?
The text was updated successfully, but these errors were encountered: