Skip to content

Commit

Permalink
Merge pull request #3 from DeuxHuitHuit/master
Browse files Browse the repository at this point in the history
Added French translation
  • Loading branch information
brendo committed Feb 8, 2013
2 parents e1bc73f + 508b287 commit c3459b6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lang/lang.fr.php
@@ -0,0 +1,21 @@
<?php

$about = array(
'name' => 'Français',
'author' => array(
'name' => 'Deux Huit Huit',
'email' => 'open-source@deuxhuithuit.com',
'website' => 'http://www.deuxhuithuit.com'
),
'release-date' => '2012-10-09'
);

/**
* Unpublished Filter
*/
$dictionary = array(

'published' =>
'publié'

);

0 comments on commit c3459b6

Please sign in to comment.