Es.po

We are trying to modify this file to update the translation, but our changes
don’t take effect. What I have to do to make this change effectives?.
Re-compile!!!???

Thanks…

…oinotnA

We are trying to modify this file to update the translation, but our changes
don’t take effect. What I have to do to make this change effectives?.
Re-compile!!!???

You have to restart Your apache instance. A reload is not enough for the
changes to appear is not enough for the changes to appear. I normally do
the following steps when editing the de.po file:

  1. cp de.po de.po-orig
  2. cp de.po de.po-new
  3. edit de.po-new
  4. diff -U2 de.po-new de.po-orig > diff-de.po-3.0.3
  5. apachectl stop
  6. cp de.po-new de.po
  7. apachectl start
  8. look at results
  9. back to step 2.

You could use some version contol system (rcs or cvs) to be able
to earlier versions as well.

Regards,
Harald Wagener