mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Issue 2241: added language selector to the admin wizard
This commit is contained in:
parent
b43638f8ee
commit
fe97315acb
3 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,10 @@ $a->path = '{{$urlpath}}';
|
|||
|
||||
$default_timezone = '{{$timezone}}';
|
||||
|
||||
// Default system language
|
||||
|
||||
$a->config['system']['language'] = '{{$language}}';
|
||||
|
||||
// What is your site name?
|
||||
|
||||
$a->config['sitename'] = "My Friend Network";
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
{{include file="field_input.tpl" field=$adminmail}}
|
||||
{{$timezone}}
|
||||
{{include file="field_select.tpl" field=$language}}
|
||||
|
||||
<input id="install-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue