I added Russian locale files to feincms-elephantblog.
I need to mention that there was a hard-coded, not translated "News" string in entry_archive.html template, which I wrapped in trans tag. I also provided translation context for the word "for" ; its Russian translation highly depends on context.
I added Russian locale files to feincms-elephantblog.
I need to mention that there was a hard-coded, not translated "News" string in entry_archive.html template, which I wrapped in
trans
tag. I also provided translation context for the word "for" ; its Russian translation highly depends on context.Here is the problem block after modifications: https://github.com/paramono/feincms-elephantblog/blob/locale_ru/elephantblog/templates/elephantblog/entry_archive.html#L9-L13
I commented all the problematic places in translation files.