When testing askbot for use in a multi language setup, I saw that ajax URLs are also partly localized (for example the vote, read_message, upload named urls).
These URLs are also hardcoded in skins/default/templates/question/javascript.html in an "interesting" way.
Shouldn't all ajax/api URLs always be language independent?
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-11-19 03:32:07 -0500
Seen: 27 times
Last updated: Nov 19 '11
AJAX responses sometimes don't work with 500 error due to exception
Bug: Non-ascii URLs get mangled after updating interesting/ignored tags
How to internationalize counts say for Russian in Django?
How to translate django applications?
What language translations are available in Askbot?
Some page is rendered partially in English and partially in Chinese
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
They should not be translated, we will fix this next week.
Evgeny ( 2011-11-19 13:55:04 -0500 )editThis is already fixed in my master branch.
Fitoria ( 2011-11-21 06:35:30 -0500 )edit