Skip to content

Commit

Permalink
Slovak localization
Browse files Browse the repository at this point in the history
Uploaded file with added Slovak localization
  • Loading branch information
flyer05 committed Feb 8, 2017
1 parent e9d1bc6 commit ddb1a23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/Auth/src/Auth/Form/LoginForm.php
Expand Up @@ -268,6 +268,12 @@ private function determineLanguage($default = "en_EN") {
break;
case 'tr_TR':
$l['tr_TR'] = 'Turkish';
break;
case 'sk':
$l['sk'] = 'Slovak';
break;
case 'sk_SK':
$l['sk_SK'] = 'Slovak';
break;
default:
$l['en_EN'] = 'English';
Expand Down

0 comments on commit ddb1a23

Please sign in to comment.