Skip to content

Commit

Permalink
updates the latest translations for Dutch (nl) (#178)
Browse files Browse the repository at this point in the history
* updates the latest translations for Dutch (nl)

* fixes gitignore file to allow vendor files in public/assets

Change-Id: Ida7a6d4c126437be936e7f571d3a5fbf780bfbd4
  • Loading branch information
gerbenjacobs authored and marktopper committed Feb 13, 2018
1 parent d9d8c7d commit 7916801
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/public/assets/node_modules
.DS_Store
composer.lock
/vendor/
/.idea/
6 changes: 3 additions & 3 deletions config/chatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

/*
|--------------------------------------------------------------------------
| The main headline and description of your forum
| Headline logo
|--------------------------------------------------------------------------
|
| Your headline and your description will be shown on the homepage of your
| forum, unless you change the default theme.
| Specify the url for your logo. If left empty the headline and
| description from the language files will be used.
|
| *headline_logo*: If this is set an image will be used on the forum home
| instead of text. Specify the relative path to the image here.
Expand Down
2 changes: 1 addition & 1 deletion src/Lang/en/alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'update_post' => 'Nah ah ah... Could not update your response. Make sure you\'re not doing anything shady.',
'destroy_post' => 'Nah ah ah... Could not delete the response. Make sure you\'re not doing anything shady.',
'create_discussion' => 'Whoops :( There seems to be a problem creating your '.mb_strtolower(trans('chatter::intro.titles.discussion')).'.',
'title_required' => 'Please write a tittle',
'title_required' => 'Please write a title',
'title_min' => 'The title has to have at least :min characters.',
'title_max' => 'The title has to have no more than :max characters.',
'content_required' => 'Please write some content',
Expand Down
1 change: 0 additions & 1 deletion src/Lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'edit' => 'Edit',
'yes' => 'Yes',
'no' => 'No',
'all' => 'All',
'minutes' => '1 minute| :count minutes',
],

Expand Down
1 change: 0 additions & 1 deletion src/Lang/es/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'edit' => 'Editar',
'yes' => 'Si',
'no' => 'No',
'all' => 'Todo',
'minutes' => '1 minuto| :count minutos',
],

Expand Down
12 changes: 6 additions & 6 deletions src/Lang/nl/alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
'update_post' => 'Helaas, je kan deze reactie niet wijzigen.',
'destroy_post' => 'Helaas, je kan deze reactie niet verwijderen.',
'create_discussion' => 'Helaas, er is een probleem opgetreden tijdens het plaatsen van je discussie :(',
'title_required' => 'Please write a tittle',
'title_min' => 'The title has to have at least :min characters.',
'title_max' => 'The title has to have no more than :max characters.',
'content_required' => 'Please write some content',
'content_min' => 'The content has to have at least :min characters',
'category_required' => 'Please choose a category',
'title_required' => 'Voeg alsjeblieft een titel toe',
'title_min' => 'De titel heeft ten minste :min karkaters nodig.',
'title_max' => 'De titel mag maar uit :max karakters bestaan.',
'content_required' => 'Voeg alsjeblieft een bericht toe',
'content_min' => 'Je bericht heeft ten minste :mix karakters nodig',
'category_required' => 'Kies alsjeblieft een categorie',
],
],
];
4 changes: 2 additions & 2 deletions src/Lang/nl/intro.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
|
*/

'headline' => 'Welcome to Chatter',
'description' => 'A simple forum package for your Laravel app.',
'headline' => 'Welkom bij Chatter',
'description' => 'Een simpel forum package voor je Laravel app.',

];

Expand Down
1 change: 0 additions & 1 deletion src/Lang/nl/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'edit' => 'Wijzig',
'yes' => 'Ja',
'no' => 'Nee',
'all' => 'Toon',
'minutes' => '1 minuut| :count minuten',

],
Expand Down

0 comments on commit 7916801

Please sign in to comment.