-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Translations are not saved ? Missed a configuration ? #204
Comments
Can you consistently reproduce this? If so with what config.yml, contenttypes.yml and translate.animal.yml and by which exact steps? I've heard reports of this but have never been able to reproduce |
Yes i can reproduce it, because (the saving of) the translation never worked for me. My config.yml is the default one, i only changed the mysql credentials:
The contenttypes is almost the default (added one new contenttype yet):
The translate.animal.yml is also the default one (only changed de_AT to de_DE), see the post above. What i did:
|
@SahAssar Do you have any news ? :) |
@SahAssar Don you need more information to help me ? |
No news here ? |
Hey @codmdu, sorry for not answering sooner. This is because the key of the contenttype does not match the slug of it. If you for example do the contenttype like this:
I added a note about it in fdf887a just now. Hope this solves your issue |
Yes this solves my issue, thanks a lot! |
Could you also add a info that the key of the contenttype has to be lowercase ? |
@UtechtDustin Done, see 6a3bdbc |
I followed the instruductions of the configure page, but if i save e.g. a name which is configured as translateable (tranlsate icon is shown) it will not be saved normal ( the translation fields are NULL in the database).
Details
My contenttype:
My Config:
After saving data the databse looks like this:
The text was updated successfully, but these errors were encountered: