zedx / installer

Installation wizard for ZEDx
MIT License
1 stars 1 forks source link

[+] installer : create translation system #4

Open indesign47 opened 8 years ago

indesign47 commented 8 years ago

If you are interested by a translation of the installer, and if you show me how, I would do it !

zorx commented 8 years ago

Yeah great idea, I'll create a translation file very soon and let you know about that

indesign47 commented 8 years ago

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",
    ],
]);

installerphp.txt

zorx commented 8 years ago

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