1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Installer Script: missing languages added.

This commit is contained in:
Awilum
2013-03-16 11:05:18 +02:00
parent 8f32e07721
commit bc1c7ffdee

View File

@@ -32,7 +32,7 @@
$dir_array = array('public', 'storage', 'backups', 'tmp');
// Languages array
$languages_array = array('en', 'ru', 'lt', 'it', 'de', 'pt-br', 'uk', 'sk', 'sr-yu');
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pt-br', 'ru', 'uk', 'sk', 'sr-yu');
// Select Monstra language
if (Request::get('language')) {
@@ -126,7 +126,7 @@
.install-languages {
margin: 0 auto 15px;
text-align: center;
width: 300px;
width: 340px;
}
.install-block {