DNN.Blog icon indicating copy to clipboard operation
DNN.Blog copied to clipboard

Cannot find strings to translate in resources files

Open David-12345 opened this issue 7 years ago • 1 comments
trafficstars

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.

David-12345 avatar Apr 04 '18 13:04 David-12345

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.

valadas avatar Oct 31 '18 06:10 valadas