I usally work with the english UI language in the Umbraco Backoffice. But now and then our customers want in in swedish. It all works fine except that the "new" Media section isn't translated.
After a quick look at the Umbraco CMS source code it looks like these values are "hard coded".
"New" Media section not translated
I try to post in this category.
I usally work with the english UI language in the Umbraco Backoffice. But now and then our customers want in in swedish. It all works fine except that the "new" Media section isn't translated.
After a quick look at the Umbraco CMS source code it looks like these values are "hard coded".
For example line 94 here: https://github.com/umbraco/Umbraco-CMS/blob/6.2.0/src/Umbraco.Web/UI/Controls/FolderBrowser.cs
For example line 328-331: https://github.com/umbraco/Umbraco-CMS/blob/6.2.0/src/Umbraco.Web.UI/umbraco_client/FolderBrowser/Js/folderbrowser.js
Any reason why this is hard coded and not in translation xml files?
Hi Magnus and welcome to our :)
I don't think it's on purpose these parts are hard coded. I just think they have been forgotten.
The best way to make the core team aware of this is to file a bug report on the issue tracker here http://issues.umbraco.org
If you file a report please paste the link in here so others can go and vote it up.
If you have the skills to fix it then I'm positive you can earn a lot of community love by submitting a core patch :)
Cheers, Jan
Issue:
http://issues.umbraco.org/issue/U4-2883
is working on a reply...