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
To reproduce create csv file with the following wording to export in JSON or YAML.
key
fr
en
activerecord.models.user
Utilisateur
activerecord.models.user.one
User
activerecord.models.user.other
Users
Output
IndexError (string not matched)
Expected Output
Either give the priority to the singular or the plural version of the key. In any case display a debug log to inform users that there is a conflict.
The text was updated successfully, but these errors were encountered:
jvigne
changed the title
Exception raised without an understandable message when there is a wording key with plural and singular on JSON and YAML export
IndexError (string not matched) : Conflict on key with plural and singular version not properly handled for JSON and YAML export
Feb 5, 2021
To reproduce create csv file with the following wording to export in JSON or YAML.
Output
IndexError (string not matched)
Expected Output
Either give the priority to the singular or the plural version of the key. In any case display a debug log to inform users that there is a conflict.
The text was updated successfully, but these errors were encountered: