I'm using Translate behavior.
Here's the scenario: I save a translation on model 'Content' with the language Japanese.
Then I check the corresponding table 'contents' in my database and I see that my 'title' and 'body' fields are changed to the translated inputs (in Japanese). My English (and Japanese) content is saved in the content_i18ns table.
Everything in my views is still in English so it's all fine. I'm just concerned why my 'contents' table is updated with the translated input. It's just scary that it might cause errors in the future.
Is this ok? Am I doing something wrong or is this a normal behavior with CakePHP?
Thanks in advance!