Difference between revisions of "Product Opener documentation"

From Open Food Facts wiki
Jump to navigation Jump to search
(Starting documentation)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Project:ProductOpener]] is the software platform used by Open Food Facts.
 +
[[Category:ProductOpener]]
 +
[[Category:Documentation]]
 +
== Installation ==
 +
 
For install instructions see:
 
For install instructions see:
  
Line 10: 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]]
 +
 +
=== 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

How to update translations using GetText (po) files

cd /srv/off/scripts/
export PERL5LIB=.
./build_lang.pl