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
Flect seems to be translating some words wrongly. If I use v0.2.0 user_custom_field plural gets translated to user_custom_fieldren instead of user_custom_fields. It works with v0.1.7.
I noticed this behavior with pop queries:
SELECT user_custom_fieldren.created_at, user_custom_fieldren.custom_field_id, user_custom_fieldren.id, user_custom_fieldren.updated_at, user_custom_fieldren.user_id, user_custom_fieldren.value FROM user_custom_fieldren AS user_custom_fieldren WHERE user_id = $1
The text was updated successfully, but these errors were encountered:
Flect seems to be translating some words wrongly. If I use v0.2.0
user_custom_field
plural gets translated touser_custom_fieldren
instead ofuser_custom_fields
. It works with v0.1.7.I noticed this behavior with pop queries:
The text was updated successfully, but these errors were encountered: