Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
Add French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Feb 7, 2016
1 parent 0a3c3df commit 7d80051
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return array(
'Help on RocketChat integration' => 'Aide sur l\'intégration avec RocketChat',
'Receive notifications on RocketChat' => 'Reçevez les notifications sur RocketChat',
);
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function initialize()

public function getPluginDescription()
{
return 'Receive notifications on RocketChat';
return t('Receive notifications on RocketChat');
}

public function getPluginAuthor()
Expand Down

0 comments on commit 7d80051

Please sign in to comment.