Skip to content

Commit

Permalink
Fixing Polish language name, docblocks in Lang helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cryer committed Dec 23, 2014
1 parent 5f11e19 commit 3235550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions PHPCI/Helper/Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ protected static function loadLanguage()
return $strings;
}

/**
* Load the names of all available languages.
*/
protected static function loadAvailableLanguages()
{
$matches = array();
Expand Down
2 changes: 1 addition & 1 deletion PHPCI/Languages/lang.pl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

$strings = array(
'language_name' => 'Angielski',
'language_name' => 'Polski',
'language' => 'Język',

// Log in:
Expand Down

0 comments on commit 3235550

Please sign in to comment.