First time here? Check out the FAQ!

jorgecarleitao's profile - activity

2013-05-10 21:09:22 -0500 received badge Student (source)
2013-05-10 09:07:48 -0500 asked a question Translate "times"

Hi there.

I'm translating an askbot forum for a local community, and I'm finding difficulties in translating some times, for instance those that appear in the question with the date of insertion or last time edited.

I think this is happening because askbot is using @media/js/utils.js:[2903,~2940] a jQuery which is not being added to django.po (don't know why).

Can anyone confirm this? Any way to fix this?

2013-05-10 08:58:51 -0500 asked a question Search bar non-translatable

Hi there.

I'm adapting askbot for my proposes, and I found very difficult to translate the content of the search bar.

From what I understood, this string is located at live_search.js:295, where it can be read:

element.html(gettext('search or ask your question'));

but apparently it is not appearing in djangojs.po. Any idea why or how can I translate this without touching askbot code?