DNN.Blog
DNN.Blog copied to clipboard
Cannot find strings to translate in resources files
I am developong a website in French. When I display the Blog home page, it has English phrases like "1 year ago". When displaying individual blog posts, I see "Share", "Written by".
Where do I translate these phrases?
I have looked in all the resource files under LocalResources/DesktopModules/Blog but cannot find these phrases.
For the time ago, it uses a javascript library to generate those strings and it is currently not localized, we need to implement localization on those.
For Share and Written by, this is in the default template in \Templates_default\App_Localresources\SharedResources.ascx.resx If you are not using the default templates, then you need to check the one you are using and maybe add a resource file for it in order to localize it.
I keep this issue open for the first part of you comment though.