Difference between revisions of "Product Opener documentation"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* [[Product Opener - How to update interface translations in Lang.pm]] | * [[Product Opener - How to update interface translations in Lang.pm]] | ||
* [[Product Opener - How to update a taxonomy]] | * [[Product Opener - How to update a taxonomy]] | ||
+ | |||
+ | === How to update translations using GetText (po) files === | ||
+ | <pre> | ||
+ | cd /srv/off/scripts/ | ||
+ | export PERL5LIB=. | ||
+ | ./build_lang.pl | ||
+ | </pre> |
Revision as of 12:26, 12 June 2020
Project:ProductOpener is the software platform used by Open Food Facts.
Installation
For install instructions see:
Note: We are in the process of opening Product Opener, making it more generic, easier to install, configure and run, and in documenting it. Product Opener is currently not ready for general use yet.
Recipes
- Product Opener - How to update interface translations in Lang.pm
- Product Opener - How to update a taxonomy
How to update translations using GetText (po) files
cd /srv/off/scripts/ export PERL5LIB=. ./build_lang.pl