Skip to content

Commit

Permalink
feat: activate greek language (#5453)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Aug 26, 2021
1 parent 09b8e4d commit c571001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/lang-detector.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'en',
'ar',
'de',
'el',
'en-GB' => 'en-GB',
'es',
'fr',
Expand Down
3 changes: 2 additions & 1 deletion resources/lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
'locale_ar' => 'Arabic',
'locale_cs' => 'Czech',
'locale_de' => 'German',
'locale_el' => 'Greek',
'locale_en' => 'English',
'locale_en-GB' => 'English (United Kingdom)',
'locale_es' => 'Spanish',
'locale_fr' => 'French',
'locale_he' => 'Hebrew',
Expand All @@ -98,7 +100,6 @@
'locale_zh' => 'Chinese Simplified',
'locale_zh-TW' => 'Chinese Traditional',
'locale_tr' => 'Turkish',
'locale_en-GB' => 'English (United Kingdom)',

'security_title' => 'Security',
'security_help' => 'Change security matters for your account.',
Expand Down
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mix.webpackConfig({
'en',
'ar',
'de',
'el',
'en-GB',
'es',
'fr',
Expand Down

0 comments on commit c571001

Please sign in to comment.