Difference between revisions of "Product Opener documentation"

From Open Food Facts wiki
Jump to navigation Jump to search
(next recipe: how to update a taxonomy)
 
(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]]
 
== Installation ==
 
== Installation ==
  
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>

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