Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
add Greek
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Dec 18, 2013
1 parent 7bc97a9 commit e8c87d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/checkform.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function printLangOption($langCode) {
case 'da': $lang = 'Danish'; break;
case 'nl': $lang = 'Dutch'; break;
case 'en-US': $lang = 'English'; break;
case 'el': $lang = 'Greek'; break;
case 'eo': $lang = 'Esperanto'; break;
case 'fr': $lang = 'French'; break;
case 'gl': $lang = 'Galician'; break;
Expand Down Expand Up @@ -87,6 +88,7 @@ function printLangOption($langCode) {
<?php printLangOption("fr") ?>
<?php printLangOption("gl") ?>
<?php printLangOption("de-DE") ?>
<?php printLangOption("el") ?>
<?php printLangOption("is") ?>
<?php printLangOption("it") ?>
<?php printLangOption("ja") ?>
Expand Down

0 comments on commit e8c87d6

Please sign in to comment.