First time here? Check out the FAQ!
0

Why sometimes translation works and sometimes not?

I made two installations of Askbot one remote and one local, same files, same structure, etc... In the remote installation translation seems to work fine now, but in the local one some texts are translated and some not.

I already compiled the messages, etc.

Thanks!

Miguel's avatar
115
Miguel
asked 2012-03-16 10:07:17 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

I solved my issue doing this:

  1. I delete the compiled .mo files (they were compiled in another OS, maybe that was the problem?)

  2. re-compile the translations :)

Miguel's avatar
115
Miguel
answered 2012-03-16 13:12:00 -0500
edit flag offensive 0 remove flag delete link

Comments

Recompiling should be enough, the files will be automatically overwritten. According to gettext manual, the .mo files may not be portable, but .po are.

Evgeny's avatar Evgeny (2012-03-17 08:40:43 -0500) edit
add a comment see more comments