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?

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)
alexwerner's avatar
51
alexwerner
asked 13 years ago

Comments

They should not be translated, we will fix this next week.

Evgeny's avatar Evgeny (13 years ago)

This is already fixed in my master branch.

Fitoria's avatar Fitoria (13 years ago)
see more comments