make en the default language

pull/3010/head
Tobias Diekershoff 2016-04-06 20:21:41 +02:00 zatwierdzone przez Roland Haeder
rodzic bff7f015e0
commit f3cfaad70a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -295,7 +295,7 @@ function install_content(&$a) {
'$timezone' => field_timezone('timezone', t('Please select a default timezone for your website'), $timezone, ''),
'$language' => array('language', t('System Language:'), $language, t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
'$language' => array('language', t('System Language:'), 'en', t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
'$baseurl' => $a->get_baseurl(),