diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 3ec7825a..21c88fad 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -206,8 +206,10 @@ $languages=array( "en_gb"=>S_ENGLISH_GB, "fr_fr"=>S_FRENCH_FR, "de_de"=>S_GERMAN_DE, + "it_it"=>S_ITALIAN_IT, "lv_lv"=>S_LATVIAN_LV, - "ru_ru"=>S_RUSSIAN_RU + "ru_ru"=>S_RUSSIAN_RU, + "sp_sp"=>S_SPANISH_SP ); show_table2_v_delimiter($col++); |
