Why are ajax urls partly translated and partly not?
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?
Comments
They should not be translated, we will fix this next week.
This is already fixed in my master branch.