Hi, I'm a newbie on translation. So I wanted to translate the advanced forum module. I've got the .po file from http://drupal.org/node/260397. Now what? I replaced de es.po file on \sites\all\modules\advanced_forum\translations . Try it and nothing changed? What I am missing??

Thanks!

Comments

shiolo’s picture

any answer? thabks

designcrs’s picture

you need to import the file on this page: /admin/build/translate/import

.po files are only being read when activating the module for the first time, or when adding a language to the site for the first time.

Ali.Ahk’s picture

You should put it behind the module files in translations directory.
Ex: comment.po will be here : module\comment\translation\fa.po
Then when you install the module on drupal, tranlation also will be install for you.