CodeIgniter Forums
A french traduction of language set was made for 3.1.3. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: A french traduction of language set was made for 3.1.3. (/showthread.php?tid=67524)



A french traduction of language set was made for 3.1.3. - calogerogigante - 03-04-2017

Hello girls and boys,

I'm not sure if this is the right place to post that message.
I've just finished a new french traduction of the language set files (located in the system/language/ folder ) for ci 3.1.3...
You will find the files here :

https://github.com/calogerogigante/Codeigniter-3.1.3-french-traduction

Usage : put the "french" folder in system/language and replace in config file :

$config['language']    = 'english';
by
$config['language']    = 'french';

I hope this may help some of us who want to use Codeigniter in french.

Bye.
================================
Salut à tous,

Je ne suis pas sûr si c'est la bonne place pour placer ce message.
J'ai juste terminé une traduction en français du dossier "language" de codeigniter version 3.1.3.
Vous trouverez les fichiers ici :

https://github.com/calogerogigante/Codeigniter-3.1.3-french-traduction

Utilisation : placer le dossier "french" dans le dossier system/language et remplacer dans le fichier config :

$config['language']    = 'english';
par
$config['language']    = 'french';

J'espère que cela aidera ceux d'entre vous qui veulent avoir leur codeigniter fonctionner intégralement en français.

Bye.


RE: A french traduction of language set was made for 3.1.3. - ciadmin - 03-05-2017

Er, we already have a French translation for those ... https://github.com/bcit-ci/codeigniter3-translations


RE: A french traduction of language set was made for 3.1.3. - calogerogigante - 03-05-2017

Ahh, yes, ok, I missed this thing...

Anyway, it doesn't matter, so, I've made a little exercice of translation for myself...

;o)


RE: A french traduction of language set was made for 3.1.3. - jerome - 06-30-2017

Thank you for your help.

I will use this in my project.