Merge pull request #138 from gmorel/french_translation

Adding some French translation for backoffice
This commit is contained in:
Manuel Raynaud
2013-12-09 06:39:21 -08:00
11 changed files with 924 additions and 697 deletions

View File

@@ -250,7 +250,7 @@ class TemplateHelper
$translation = str_replace("'", "\'", $translations[$key]);
fwrite($fp, sprintf("\t'%s' => '%s',\n", $text, $translation));
fwrite($fp, sprintf(" '%s' => '%s',\n", $text, $translation));
}
}