1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-11 17:51:02 +00:00

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

View file

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