Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Dec 19, 2016
1 parent 5f9f928 commit b80adb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/log-viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
| Locale
| ------------------------------------------------------------------------------------------------
| Supported locales :
| 'auto', 'ar', 'de', 'en', 'es', 'et', 'fa', 'fr', 'hu', 'hy', 'it', 'ko', 'nl', 'pl', 'pt-BR', 'ro', 'ru',
| 'sv', 'th', 'tr', 'zh-TW', 'zh'
| 'auto', 'ar', 'bg', 'de', 'en', 'es', 'et', 'fa', 'fr', 'hu', 'hy', 'it', 'ko', 'nl', 'pl',
| 'pt-BR', 'ro', 'ru', 'sv', 'th', 'tr', 'zh-TW', 'zh'
*/
'locale' => 'auto',

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ abstract class TestCase extends BaseTestCase

/** @var array */
protected static $locales = [
'ar', 'bg', 'de', 'en', 'es', 'et', 'fa', 'fr', 'hu', 'hy', 'it', 'ko', 'nl', 'pl', 'pt-BR', 'ro', 'ru', 'sv',
'th', 'tr', 'zh-TW', 'zh'
'ar', 'bg', 'de', 'en', 'es', 'et', 'fa', 'fr', 'hu', 'hy', 'it', 'ko', 'nl', 'pl', 'pt-BR',
'ro', 'ru', 'sv', 'th', 'tr', 'zh-TW', 'zh'
];

/* ------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b80adb6

Please sign in to comment.