After finishing the translations we are seeing that the PersonaBar Roles page title is not translated.
We have checked every single translation file in the desktopmodules. For a quick summary of the most important onces that we have checked:
- DesktopModules\Admin\Dnn.PersonaBar\App_LocalResources\PersonaBar.resx - DesktopModules\Admin\Dnn.PersonaBar\Modules\Dnn.Roles\App_LocalResources\Roles.resx - DesktopModules\Admin\Dnn.PersonaBar\Modules\Dnn.Users\App_LocalResources\Users.resx
Does anyone know the location of this translation? Maybe we need to add it in another file?
Aranka,
This is Grzegorz Zieliński under the nickname of Greg Greensky here. :) Regarding your question here and on Facebook: is your website translated (localized) meaning are there translated equivalents of the *.resx files mentioned above?
Every pair of language key: value can be translated then from within DNN installation.
The result is e.g. DesktopModules\Admin\Dnn.PersonaBar\App_LocalResources\PersonaBar.resx => DesktopModules\Admin\Dnn.PersonaBar\App_LocalResources\PersonaBar.pl-pl.resx
I just tested where this value is for Users and it's:
< data name="nav_Users.Text" xml:space="preserve"> < value>Users-x< /value> < /data>
In DesktopModules\Admin\Dnn.PersonaBar\Modules\Dnn.Users\App_LocalResources\Users.resx
As soon as I change that value to Users-X and restart the application pool, the text get's change in the PB menu and the header of the Page itself. When I do the same for the
< data name="nav_Roles.Text" xml:space="preserve"> < value>Roles-x< /value> < /data> <code><data name="nav_Roles.Text" xml:space="preserve"><br /> </data></code>
In DesktopModules\Admin\Dnn.PersonaBar\Modules\Dnn.Roles\App_LocalResources\Roles.resx
Only the text in the PB menu changes, so IMO this is a bug.
Hi Grzegorz, Thanks for you reply. All our files that we translated have a nl_NL so this is correct.
Hi Timo, So then this needs looking at, do I have to place this question on another website so that we see that it is a bug? Please let me know what I can do.
Aranka, please log bugs in the issue tracker at https://github.com/dnnsof.../Dnn.Platform/issues including a link to this thread. Thank you.
Hi Aranka,
You can log it here (or I can also do that if you want):
https://github.com/dnnsof.../Dnn.Platform/issues
Please post a link in this thread if you post it and I'll add my text to it.
Hi all,
I have added it to the Github issue thread. https://github.com/dnnsof...Platform/issues/3258
Posted By Aranka van der Zwaard on 07 Nov 2019 06:17 AM Hi all, I have added it to the Github issue thread. https://github.com/dnnsof...Platform/issues/3258
Thanks :-)
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.