We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we discovered a bug which can be reproduced like that:
Create a complete new resource set with the name: bug resourceid: res1 lang: de text: res1de
and than a new resource set with: resourece name: bug resourceid: res2 lang: en text: res2en
now we add a new language on the first resource item: resourece name: bug resourceid: res1 lang: pl text: res2pl
In the grid view it looks like that:
The order is wrong the locales should be de, en, pl. I had a look into the loaded json which looks like that:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, we discovered a bug which can be reproduced like that:
Create a complete new resource set with the
name: bug
resourceid: res1
lang: de
text: res1de
and than a new resource set with:
resourece name: bug
resourceid: res2
lang: en
text: res2en
now we add a new language on the first resource item:
resourece name: bug
resourceid: res1
lang: pl
text: res2pl
In the grid view it looks like that:
The order is wrong the locales should be de, en, pl. I had a look into the loaded json which looks like that:
The text was updated successfully, but these errors were encountered: