Use default locale for user config

When creating a user, we set the language config “en” by default. We should use the defined locale (from `parameters.yml`) instead
This commit is contained in:
Jeremy Benoist 2016-10-08 09:33:55 +02:00
parent 3049afe190
commit dd32c89ed6
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ wallabag_core:
it: 'Italiano'
items_on_page: 12
theme: material
language: en
language: '%locale%'
rss_limit: 50
reading_speed: 1
cache_lifetime: 10