We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7afab2 + a7c29b6 commit 5784d48Copy full SHA for 5784d48
composer.json
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"php": ">=5.5.0",
13
- "illuminate/support": "5.0.*",
+ "illuminate/support": ">=5.0.0",
14
"intervention/image": "2.*"
15
},
16
"autoload": {
src/lang/fr/lfm.php
@@ -1,7 +1,7 @@
1
<?php
2
3
return [
4
- 'upload' => 'Télécharger',
+ 'upload' => 'Charger',
5
'thumbnails' => 'Vignettes',
6
'list' => 'Liste',
7
'new_folder' => 'Nouveau dossier',
0 commit comments