Reputation: 4174
i need to add translation for following modules, purchase, sales and accounting for Arabic. I found Arabic translation in odoo, but its not completed. I have exported *.pot file for purchase module. and placed it in my custom module mymodule/i18n/purchase.po(i replaced extension as *.po). And added msgstr in *.po file. Now is the problem. i don't know how to use this modified *.po file. Pls help.
Upvotes: 1
Views: 1516
Reputation: 4174
Finally found solution.
Export Translation:
2.Change msgstr
in *.po file.
Put that file in `mymodule/i18/ar_SY.po.
Upgrade the module.
Upvotes: 1
Reputation: 1315
For add translation in custom module following these steps:
Download po file and add into your module.
Hope this helps
Upvotes: 1