diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-10-18 15:35:42 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-10-18 15:35:42 +0200 |
commit | fcc6949d4a70f8b1d2c2b4e2c1e2fabdf6a93a7c (patch) | |
tree | cc09f37927d4a7ffbf576f636db0d36015190b08 /app/config/config.yml | |
parent | 3d3ed955f11006a408c6596eb9151a0afb28e721 (diff) | |
parent | 2aac2f278f1ca63f2097f80ddbdb924dea9ec59e (diff) | |
download | wallabag-fcc6949d4a70f8b1d2c2b4e2c1e2fabdf6a93a7c.tar.gz wallabag-fcc6949d4a70f8b1d2c2b4e2c1e2fabdf6a93a7c.tar.zst wallabag-fcc6949d4a70f8b1d2c2b4e2c1e2fabdf6a93a7c.zip |
Merge pull request #1446 from wallabag/v2-language-config
[WIP] language selection on config screen
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 956fdd07..a4d88b94 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -25,6 +25,11 @@ framework: | |||
25 | fragments: ~ | 25 | fragments: ~ |
26 | http_method_override: true | 26 | http_method_override: true |
27 | 27 | ||
28 | wallabag_core: | ||
29 | languages: | ||
30 | en: 'English' | ||
31 | fr: 'Français' | ||
32 | |||
28 | # Twig Configuration | 33 | # Twig Configuration |
29 | twig: | 34 | twig: |
30 | debug: "%kernel.debug%" | 35 | debug: "%kernel.debug%" |