From 19390220e22513a65ec43b70005d19602dc648f3 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Sun, 22 Feb 2026 22:13:48 +0100 Subject: [PATCH] fix: update Inkscape translation file URL --- cfg/projects/Inkscape.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/projects/Inkscape.json b/cfg/projects/Inkscape.json index 7c3759bb..9ad27b27 100644 --- a/cfg/projects/Inkscape.json +++ b/cfg/projects/Inkscape.json @@ -5,7 +5,7 @@ "softcatala": true, "fileset": { "inkscape": { - "url": "https://gitlab.com/inkscape/inkscape/raw/master/po/ca.po", + "url": "https://gitlab.com/inkscape/translations/-/raw/master/ca.po", "type": "file", "target": "ca.po" },