By shiolo on
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
any answer? thabks
any answer? thabks
you need to import the file
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.
You should put it behind the
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.