jorgecarleitao's profile - activity

12 years ago received badge Student (source)
12 years ago 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?

12 years ago 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?