From 836351a96b488ffec8f04855fe541d30597b0a89 Mon Sep 17 00:00:00 2001 From: Akhilanandateja Date: Wed, 20 Aug 2025 10:36:45 +0530 Subject: [PATCH] feat(locale): Add Korean to the list of available languages This adds 'ko' to the parameters.wallabag.languages list, making it selectable in the user settings. This resolves issue #8427. --- app/config/wallabag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 02106a33b..a3721f392 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -18,6 +18,7 @@ parameters: pt: 'Português' ru: 'Русский' ja: '日本語' + ko: '한국어' zh: '简体中文' uk: 'Українська' hr: 'Hrvatski'