-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from galdazbiz/master
languages improved + fix repeated js in discussions
- Loading branch information
Showing
16 changed files
with
257 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?php | ||
|
||
return [ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Forum Titles | ||
|-------------------------------------------------------------------------- | ||
| | ||
| These are some default titles (words) that will be used throughout your | ||
| forum. You can change these to whatever you would like :) | ||
| | ||
*/ | ||
|
||
'titles' => [ | ||
'discussion' => 'Discussion', | ||
'discussions' => 'Discussions', | ||
], | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| The main headline and description of your forum | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Your headline and your description will be shown on the homepage of your | ||
| forum, unless you change the default theme. | ||
| | ||
| *headline*: This is the main headline on the forum homepage | ||
| | ||
| *description*: This is the main description that will show under the | ||
| headline on the forum homepage. | ||
| | ||
*/ | ||
|
||
'headline' => 'Welcome to Chatter', | ||
'description' => 'A simple forum package for your Laravel app.', | ||
|
||
]; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?php | ||
|
||
return [ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Forum Titles | ||
|-------------------------------------------------------------------------- | ||
| | ||
| These are some default titles (words) that will be used throughout your | ||
| forum. You can change these to whatever you would like :) | ||
| | ||
*/ | ||
|
||
'titles' => [ | ||
'discussion' => 'Discusión', | ||
'discussions' => 'Discusiones', | ||
], | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| The main headline and description of your forum | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Your headline and your description will be shown on the homepage of your | ||
| forum, unless you change the default theme. | ||
| | ||
| *headline*: This is the main headline on the forum homepage | ||
| | ||
| *description*: This is the main description that will show under the | ||
| headline on the forum homepage. | ||
| | ||
*/ | ||
|
||
'headline' => 'Bienvenidos a Chatter', | ||
'description' => 'Un foro con un simple librería para Laravel', | ||
|
||
]; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?php | ||
|
||
return [ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Forum Titles | ||
|-------------------------------------------------------------------------- | ||
| | ||
| These are some default titles (words) that will be used throughout your | ||
| forum. You can change these to whatever you would like :) | ||
| | ||
*/ | ||
|
||
'titles' => [ | ||
'discussion' => 'Discussie', | ||
'discussions' => 'Discussies', | ||
], | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| The main headline and description of your forum | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Your headline and your description will be shown on the homepage of your | ||
| forum, unless you change the default theme. | ||
| | ||
| *headline*: This is the main headline on the forum homepage | ||
| | ||
| *description*: This is the main description that will show under the | ||
| headline on the forum homepage. | ||
| | ||
*/ | ||
|
||
'headline' => 'Welcome to Chatter', | ||
'description' => 'A simple forum package for your Laravel app.', | ||
|
||
]; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.