First time here? Check out the FAQ!
1

No link for user profile
 

When question is asked there's a :

Информировать один раз в день, если есть новые ответы (в своем профиле, вы можете настроить частоту оповещений по электронной почте, нажав на кнопку "подписка по e-mail" - /users/1/lupus/)

Can't turn /users/1/lupus/ to link to this page. Maybe something wrong with settings..? (It doesn't depend on localization, I've checked english version - it's the same)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
DominiCattus's avatar
105
DominiCattus
updated 13 years ago, asked 13 years ago

Comments

see more comments

1 Answer

1

Fixed in the repo. It was just an incorrect translation, the url should be taken into a <a> tag.

Now the entry in askbot/locale/ru/LC_MESSAGES/django.po looks like so:

#: skins/default/templates/question.html:322
#, python-format
msgid ""
"You can always adjust frequency of email updates from your "
"%(profile_url)s"
msgstr ""
"(в своем профиле, вы можете настроить частоту оповещений по "
"электронной почте, нажав на кнопку \"<a href=\"%(profile_url)s\">подписка"
" по e-mail</a>\")"

The Russian translation needs some work, if have some time for it, would be super, I'll merge your fork on the github.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 13 years ago
link

Comments

NP. Actually I've changed the translation already. How do you prefer I'll fork it? Beside of this I've removed slug translations (questions-voprosy) and so tags filtering work now in russian.
DominiCattus's avatar DominiCattus (13 years ago)
Yes, it will be best if you make a fork and I merge your corrections. Thank you!
Evgeny's avatar Evgeny (13 years ago)
OK, I don't know how to fork only one file, so I've forked all project )) You can find it on https://github.com/xist/askbot-devel-rulocale - there are askbot/locale/ru/LC_MESSAGES/django.* files with russian fixes. I'll continue to update it, cause it lacks some translations.
DominiCattus's avatar DominiCattus (13 years ago)
Thanks, just merged your fix! You can send me a pull request on github when there is something new.
Evgeny's avatar Evgeny (13 years ago)
see more comments