When I tested it by choosing it for Administrator user; it worked fine as I saw some translation been changed. But when I went to content section and tried to modify a content which has property of Simple Reachtext or Rishtext, the TinyMce does not show up, not even a text area for those properties.
I also noticed that same scenario happens when the language Swedish (se) is chosen.
Did I ask this on a wrong section? Or is it an irrelevant kind of question? I have no idea if it is.. But please don`t leave me alone. I`m pretty stuck on this issue.
Any tip, or any direction I will sincerely appreciate.
I voted. But it might take a while till it gett fixed. I think there is a work around for this.. I am guessing its similar to Sweden translation thingy, that it has 2 translation files. I tried to copy doing what I think it was done there for myself, but still no luck.
TinyMce does not when i choose my persian language translation
I translated a copy of en.xml as fa.xml with
<language alias="fa" intName="Persian" localName="farsi" lcid="42" culture="fa-IR">
When I tested it by choosing it for Administrator user; it worked fine as I saw some translation been changed. But when I went to content section and tried to modify a content which has property of Simple Reachtext or Rishtext, the TinyMce does not show up, not even a text area for those properties.
I also noticed that same scenario happens when the language Swedish (se) is chosen.
Am I missing a step or doing something wrong?
Did I ask this on a wrong section? Or is it an irrelevant kind of question? I have no idea if it is.. But please don`t leave me alone. I`m pretty stuck on this issue.
Any tip, or any direction I will sincerely appreciate.
Oh, Just like my post in bug section.
If you want to core team fix this bug quickly, I suggest you should vote my post at codeplex:
http://umbraco.codeplex.com/workitem/29437
vote for you and me.
I voted. But it might take a while till it gett fixed. I think there is a work around for this.. I am guessing its similar to Sweden translation thingy, that it has 2 translation files. I tried to copy doing what I think it was done there for myself, but still no luck.
well I found the problem. You must also add a language file for timymce under its lang folder. In my case I added fa.js in tinymce3/lang.
The problem is that if a language file for tinymce is not exist, Umbraco should set tinymce's language as English automatically.
is working on a reply...