diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-05-03 20:30:49 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-05-03 20:30:49 +0200 |
commit | 7f76f416d165f706e6ca8a856ae7b86474e9de1b (patch) | |
tree | d15d38860c787023d7908e799698a56dde6f8925 /app/config/config.yml | |
parent | 27b96824fc2b23677b6ff1e9809b900e8cd7384c (diff) | |
parent | 8b09c6edfb7bddde07033f40b2e58f407e433c6a (diff) | |
download | wallabag-7f76f416d165f706e6ca8a856ae7b86474e9de1b.tar.gz wallabag-7f76f416d165f706e6ca8a856ae7b86474e9de1b.tar.zst wallabag-7f76f416d165f706e6ca8a856ae7b86474e9de1b.zip |
Merge pull request #2018 from jamiroconca/patch-2
Update config.yml, add italian as available language
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 9bc2661a..4d5ea386 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -41,6 +41,7 @@ wallabag_core: | |||
41 | da: 'Dansk' | 41 | da: 'Dansk' |
42 | es: 'Español' | 42 | es: 'Español' |
43 | oc: 'Occitan' | 43 | oc: 'Occitan' |
44 | it: 'Italiano' | ||
44 | items_on_page: 12 | 45 | items_on_page: 12 |
45 | theme: material | 46 | theme: material |
46 | language: en | 47 | language: en |