From 596ae5e5fba862f9c38fe8288fadb4b5ffb28ad0 Mon Sep 17 00:00:00 2001 From: ghose <704948+xmgz@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:34:13 +0100 Subject: [PATCH] Add "gl" language to wallabag.yml Galician language (gl) option is not in the drop down menu but available to use. I have manually tested this on my install and works fine letting users select galician language. --- app/config/wallabag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index c6c869655..8941f35f3 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -23,6 +23,7 @@ parameters: hr: 'Hrvatski' cs: 'Čeština' el: 'Ελληνικά' + gl: 'Galego' wallabag.items_on_page: 12 wallabag.language: '%locale%' wallabag.feed_limit: 50