First time here? Check out the FAQ!
1

Is there a Portuguese language pack for askbot?
 

Hi, I am building a askbot Q&A website for my students. They do not speak English and this is the reason I am not telling them to use international Q&A websites. This is also a problem because I would like them to understand the website. I'be noticed that there is a pt_br folder in the localization folder, but if I change the LANGUAGE_CODE in the settings.py to pt_br, the website is only "half-translated". I imagine that the language pack is not completed? Is there any completed language pack for portuguese? I found this link: https://www.transifex.com/projects/p/askbot/ , downloaded, but I have no idea what I should do with the files.

I also tried to use rosetta (by using myAskbotUrl/rosetta/ ), but I get a 404. Could someone help me setting this website for my students?

Thanks!

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)
oscarfh's avatar
69
oscarfh
asked 12 years ago, updated 12 years ago

Comments

see more comments

1 Answer

0

You can edit .po files and compile them to make .mo files using the command python manage.py compilemessages Then you want to copy the .mo files into askbot/locale/pt/LC_MESSAGES to update them.

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)
apg's avatar
167
apg
answered 11 years ago, updated 11 years ago
link

Comments

see more comments