diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-08 10:34:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 10:34:08 +0200 |
commit | d9b0673dbb1138e805e039610cef893e49abe3d8 (patch) | |
tree | 7c83cd1306b73232af81d79cad47a94a177d91a8 /app | |
parent | af4ce9e069b10b27332b2e211d1c032b5a9ffe2f (diff) | |
parent | dd32c89ed68913367c4d6f9b4efe5ac05148cf6f (diff) | |
download | wallabag-d9b0673dbb1138e805e039610cef893e49abe3d8.tar.gz wallabag-d9b0673dbb1138e805e039610cef893e49abe3d8.tar.zst wallabag-d9b0673dbb1138e805e039610cef893e49abe3d8.zip |
Merge pull request #2399 from wallabag/use-locale-for-config
Use default locale for user config
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 337e99f8..75d7299c 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -46,7 +46,7 @@ wallabag_core: | |||
46 | it: 'Italiano' | 46 | it: 'Italiano' |
47 | items_on_page: 12 | 47 | items_on_page: 12 |
48 | theme: material | 48 | theme: material |
49 | language: en | 49 | language: '%locale%' |
50 | rss_limit: 50 | 50 | rss_limit: 50 |
51 | reading_speed: 1 | 51 | reading_speed: 1 |
52 | cache_lifetime: 10 | 52 | cache_lifetime: 10 |