Skip to content

Commit

Permalink
Merge pull request #6 from rperello/master
Browse files Browse the repository at this point in the history
Added translation to spanish
  • Loading branch information
sdebacker committed Mar 16, 2016
2 parents 9f8ae4d + 3e40fec commit 5d27742
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/resources/lang/es/global.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'name' => 'Noticias',
'news' => 'noticias|noticia',
'New' => 'Nueva noticia',
'Edit' => 'Editar noticia',
'Back' => 'Volver a las noticias',
'Published on' => 'Publicada en',
];

0 comments on commit 5d27742

Please sign in to comment.