-
I was trying to translate a page using PO editor. But I got error: get() returned more than one String -- it returned 2!
with kwargs {'data': 'Lokacija', 'locale_id': 1}, In wagtail_localize_string there were two strings with the same name but one started with a capital letter and the other with a small letter (One is probably title and the other is slug). In DB I found 10 duplicated strings, all of them with same situation.
Any idea how to solve this? Django Version: 4.0.6 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@byandrej what database (and version) are you using? I would expect |
Beta Was this translation helpful? Give feedback.
-
I'm going to go out on a limb and guess: MySQL with a case-insensitive table collation? |
Beta Was this translation helpful? Give feedback.
-
I have adressed this in the following issue: #758 |
Beta Was this translation helpful? Give feedback.
I have adressed this in the following issue: #758