Merge pull request #2067 from acs-ferreira/patch-4

Specifying the Like action
This commit is contained in:
Lucas Bartholemy 2016-12-10 12:41:19 +01:00 committed by GitHub
commit f665171f37

View File

@ -1,4 +1,4 @@
<?php
return array (
'Like' => 'Aime',
'Like' => 'J\'aime',
);