Skip to content

Commit

Permalink
styling config file
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Feb 15, 2022
1 parent d3ceb65 commit 76c044e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Config/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
| This option indicates the flags features.
|
*/

'flags' => ['width' => '22px', 'ul_class' => '', 'li_class' => '', 'img_class' => ''],

/*
Expand All @@ -127,7 +126,6 @@
| Long: languagecode-COUNTRYCODE (en-GB)
|
*/

'mode' => ['code' => 'short', 'name' => 'native'],

/*
Expand All @@ -138,7 +136,6 @@
| This options indicates the language allowed languages.
|
*/

'allowed' => ['en', 'es', 'fr', 'de', 'it'],

/*
Expand All @@ -149,7 +146,6 @@
| This option indicates the language codes and names.
|
*/

'all' => [
['short' => 'ar', 'long' => 'ar-SA', 'english' => 'Arabic', 'native' => 'العربية', 'direction' => 'rtl'],
['short' => 'bg', 'long' => 'bg-BG', 'english' => 'Bulgarian', 'native' => 'български', 'direction' => 'ltr'],
Expand Down

0 comments on commit 76c044e

Please sign in to comment.