-
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
[BUG] Changelog is impossible to follow #183
Comments
Sorry, not sure what that means, could you explain? Regarding the separate tables, I have since answered that in that issue. |
I mean do not save in the current language in the "non serialized field" but always in the "default language". So the diff are a bit more clean and the log easier to follow. |
Hmm, I haven't used translate in a while, but the idea was to only save the default language in the normal bolt columns, and save overrides only in the json column for that locale. So if it's resaving non-default translations in the normal fields then that is a bug. |
It's what happened in my test. Perhaps, I didn't configure the default
language correctly. I will test it again.
…On Sat, Nov 3, 2018 at 10:28 AM SahAssar ***@***.***> wrote:
Hmm, I haven't used translate in a while, but the idea was to only save
the default language in the normal bolt columns, and save overrides only in
the json column for that locale. So if it's resaving non-default
translations in the normal fields then that is a bug.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKA6gRsbj3woQKYkDLeejYt7NJdUui6ks5urWG8gaJpZM4Xi3cu>
.
|
The active language will be saved in the DB field. So each time you save you content in a different language all the field are going to be overwrites. I do have the feeling this can be problematic. The first problem I can see is with the change-log:
Proper solution need a database structure change and certainly content translation support in bolt core. Having one table for each language for example. Or best one for each translated field.
As a workaround, always save in the same language in the table field?
The text was updated successfully, but these errors were encountered: