First time here? Check out the FAQ!
1

Overlapping heading messages in russian translation
 

Hi!
First of all I wanna thank you very much for this great software! Really beautiful work!
I have a problem with overlapping messages (javascript?) in the russian translation, you can see it on the picture:
image description

I have shortened "Упорядочить по" to "сортировать", but it doesn't help, you can see that it overlaps with "закладки" and "RSS-канал" with "by votes". Another overlapping is in user profile, "подписки по email | модерация" covering "обновить профиль | управление методами". Can I fix it myself? If so, when to look into? :) And how can I translate "by date" and others sorts, I didn't find it in django.po.
The second question is - if I cloned code from github to update askbot version, should I run startforum again and will it rewrite my configuration files?

P.S. Have you some wiki page? I'm running askbot on nginx-uwsgi-virtualhost-virtualenv-multiple sites and it took a some time to found right configuration, so I'd like to share it.
Thank you very much for askbot!

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
asked 13 years ago

Comments

Thanks, you are welcome to edit the wiki, it requires separate registration though. And thank you for your interest of course - very much appreciated.
Evgeny's avatar Evgeny (13 years ago)
There is no need to re-run "startforum" on upgrades, but occasionally there are migrations and new dependencies. Right now there is no graceful alerting about that, the site will just fail to start up, however directory "askbot/setup_templates" contains up to date sample of "settings.py" and "urls.py". Normally you would just try runserver and see if the site works.
Evgeny's avatar Evgeny (13 years ago)
see more comments

1 Answer

0

Thanks, yes this problem exists with a few languages. The words just do not fit into the width of the screen with the default style sheet.

Part of the solution can be to adjust the css file:

askbot/skins/default/media/style/style.css

Maybe it is possible to find shorter words too.

I have just rebuilt the Russian django.po file (and pushed to github), but it does need some cleanup. Here is some help on language translations.

There are some translations in the file askbot/skins/default/media/js/i18n.js, should be transitioned to djangojs.po - on todo list.

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
answered 13 years ago
link

Comments

see more comments