Difference between revisions of "Product Opener documentation"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Project:ProductOpener]] is the software platform used by Open Food Facts. | [[Project:ProductOpener]] is the software platform used by Open Food Facts. | ||
[[Category:ProductOpener]] | [[Category:ProductOpener]] | ||
+ | [[Category:Documentation]] | ||
== Installation == | == Installation == | ||
Line 15: | Line 16: | ||
* [[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> |
Latest revision as of 07:27, 7 August 2024
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