From 0cd89741100a80779e9900586030fdabf183b44e Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 7 Jul 2026 09:32:15 -0400 Subject: [PATCH] i18n: add Korean --- quickshell/scripts/i18nsync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickshell/scripts/i18nsync.py b/quickshell/scripts/i18nsync.py index 8cee2c808..2451ce5b3 100755 --- a/quickshell/scripts/i18nsync.py +++ b/quickshell/scripts/i18nsync.py @@ -31,7 +31,8 @@ LANGUAGES = { "de": "de.json", "sv": "sv.json", "vi": "vi.json", - "eo": "eo.json" + "eo": "eo.json", + "ko": "ko.json" } def error(msg):