Translate MixERP

MixERP places the language files into the database, which means that you would have to first set up your development environment.

Now, once you have the latest MixERP database, run the following query:

SELECT * FROM localization.get_localization_table('fr');

if you want to translate MixERP in French or improve the current translation. The result will be something like:

idresource_classkeyoriginaltranslated
...............
5DbErrorsP3007Invalid value date.Invalid date de valeur.
...............
125LabelsThisFieldIsRequiredThis field is required.Ce champ est obligatoire.
...............

Related Topics

Share this page