diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 3 | ||||
-rw-r--r-- | app/config/config_test.yml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 5265be8a..a8766694 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -28,7 +28,7 @@ framework: | |||
28 | assets: ~ | 28 | assets: ~ |
29 | 29 | ||
30 | wallabag_core: | 30 | wallabag_core: |
31 | version: 2.0.0-beta.2 | 31 | version: 2.0.0 |
32 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | 32 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" |
33 | languages: | 33 | languages: |
34 | en: 'English' | 34 | en: 'English' |
@@ -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 |
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 2fd489be..d43d872a 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -7,6 +7,8 @@ framework: | |||
7 | storage_id: session.storage.mock_file | 7 | storage_id: session.storage.mock_file |
8 | profiler: | 8 | profiler: |
9 | collect: false | 9 | collect: false |
10 | translator: | ||
11 | enabled: false | ||
10 | 12 | ||
11 | web_profiler: | 13 | web_profiler: |
12 | toolbar: false | 14 | toolbar: false |