From 8ccc30646854e7b6e65c19b8b1cc4001cb461bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Juhl-Johansen=20Z=C3=B6lde-Fej=C3=A9r?= Date: Sat, 27 Feb 2016 16:16:32 +0100 Subject: config.yml edit to include Danish --- app/config/config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/config') diff --git a/app/config/config.yml b/app/config/config.yml index 07a4b0b6..0417c403 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -38,6 +38,7 @@ wallabag_core: fa: 'فارسی' ro: 'Română' pl: 'Polish' + da: 'Dansk' items_on_page: 12 theme: material language: en -- cgit v1.2.3 From 449df236ac7b8e08d5084bacea6415076c0a3547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Juhl-Johansen=20Z=C3=B6lde-Fej=C3=A9r?= Date: Sat, 27 Feb 2016 16:33:16 +0100 Subject: Fixed indentation issue --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/config') diff --git a/app/config/config.yml b/app/config/config.yml index 0417c403..51cc049e 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -38,7 +38,7 @@ wallabag_core: fa: 'فارسی' ro: 'Română' pl: 'Polish' - da: 'Dansk' + da: 'Dansk' items_on_page: 12 theme: material language: en -- cgit v1.2.3