diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-01 10:36:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-01 10:36:07 +0200 |
commit | 187868d13722474529e863d6d49452f34f351b23 (patch) | |
tree | e19bfc5d85e84912793f8c24d2cb71ccf58fe970 | |
parent | 1695a6fecd517a1324522fd74bb39c52aa9271a1 (diff) | |
download | wallabag-187868d13722474529e863d6d49452f34f351b23.tar.gz wallabag-187868d13722474529e863d6d49452f34f351b23.tar.zst wallabag-187868d13722474529e863d6d49452f34f351b23.zip |
Add Occitan to available language
-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 5265be8a..ebbeeed1 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -40,6 +40,7 @@ wallabag_core: | |||
40 | pl: 'Polish' | 40 | pl: 'Polish' |
41 | da: 'Dansk' | 41 | da: 'Dansk' |
42 | es: 'Español' | 42 | es: 'Español' |
43 | oc: 'Occitan' | ||
43 | items_on_page: 12 | 44 | items_on_page: 12 |
44 | theme: material | 45 | theme: material |
45 | language: en | 46 | language: en |