Difference between revisions of "Product Opener documentation"

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

How to update translations using GetText (po) files

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