From 40ad66276cbe23a9d09c10cc3952c187b02c63db Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Feb 27 2026 14:54:37 +0000 Subject: Fix Gettext syntax error in Kabyle translation Missing 'msgid ""' is an invalid syntax --- diff --git a/po/ka.po b/po/ka.po index caeb43d..f79d885 100644 --- a/po/ka.po +++ b/po/ka.po @@ -2,7 +2,7 @@ # Copyright (C) 2023 volume_key's authors # This file is distributed under the same license as the volume_key package. # Temuri Doghonadze , 2023. -#msgid "" +msgid "" msgstr "" "Project-Id-Version: volume_key 0.3.12\n" "Report-Msgid-Bugs-To: https://pagure.io/volume_key\n"