Skip to content

Commit

Permalink
Merge pull request #5 from Laralum/analysis-8Q1pW6
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
24aitor authored Apr 28, 2017
2 parents f927b17 + 0dbed15 commit e0bc1df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Support\Facades\Schema;

class AddImageColumnLaralumBlogs extends Migration
{
Expand Down
2 changes: 1 addition & 1 deletion src/Translations/ca/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'create_post_desc' => 'Crear una nova entrada a la base de dades',
'edit_post_desc' => 'Està editant la publicació #:id creada :time_ago',
'image_url' => 'URL de la imatge',
'image_url_ph' => "Enganxa una URL de imatge per representar la publicació",
'image_url_ph' => 'Enganxa una URL de imatge per representar la publicació',
'written_by' => 'Escrit per :username :time_ago. Publicat a la categoria :cat.',
'comments_choice' => ':num comentari | :num comentaris',
'comments' => 'Comentaris',
Expand Down
4 changes: 2 additions & 2 deletions src/Translations/de/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
'create_post' => 'Beitrag erstellen',
'create_post_desc' => 'Erstelle einen neuen Beitrag in der Datenbank',
'edit_post_desc' => 'Sie bearbeiten Post #:id erstellt :time_ago',
'image_url' => "Bild URL",
'image_url_ph' => "Füge eine Bild-URL ein, um den Beitrag zu repräsentieren",
'image_url' => 'Bild URL',
'image_url_ph' => 'Füge eine Bild-URL ein, um den Beitrag zu repräsentieren',
'written_by' => 'Geschrieben von :username :time_ago. Posted in :cat Kategorie.',
'comments_choice' => ':num Kommentar | :num Kommentare',
'comments' => 'Bemerkungen',
Expand Down
2 changes: 1 addition & 1 deletion src/Translations/it/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'create_post_desc' => 'Creare un nuovo post al database',
'edit_post_desc' => 'Si sta modificando postale #:id creato :time_ago',
'image_url' => "URL dell'immagine",
'image_url_ph' => "Incolla un URL di immagine per rappresentare il post",
'image_url_ph' => 'Incolla un URL di immagine per rappresentare il post',
'written_by' => 'Scritto da :username :time_ago. Pubblicato in categoria :cat.',
'comments_choice' => ':num commento | :num commenti',
'comments' => 'Commenti',
Expand Down

0 comments on commit e0bc1df

Please sign in to comment.