Open indesign47 opened 8 years ago
Yeah great idea, I'll create a translation file very soon and let you know about that
I did a translation file text like the others. Does it work the same with the installer ?
<?php
return merge_trans('installer', [
'Administration' => [
'Admin Name' => "Nom de l'administrateur",
'Email Address' => 'Adresse E-mail',
'Admin Password' => "Mot de passe de l'administrateur",
'Confirm Password' => 'Confirmez votre mot de passe',
'Go To Settings' => 'Allez aux paramètres',
],
'Build' => [
'Building ZEDx' => '',
],
'Check' => [
'System check' => 'Système vérifié',
'Test connection to zedx.io' => 'Test de connection avec zedx.io',
'Permission to write to directories and files' => "Permission d'écrire dans les répertoires et dans les fichiers",
],
]);
Unfortunately there no translation system in the installer yet, I must create it first
It would be really great to have a french version of the documentation too
If you are interested by a translation of the installer, and if you show me how, I would do it !