From 1abc3437e3adbc54beb9e5e6b2beca5971d4c5d7 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:37:09 -0300 Subject: [PATCH] fix(reuse): annotate l10n translation files Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- REUSE.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index 1a75cbb..734e395 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -41,3 +41,12 @@ path = [ precedence = "aggregate" SPDX-FileCopyrightText = "2026 LibreCode coop and LibreCode contributors" SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = [ + "l10n/*.js", + "l10n/*.json", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 LibreCode coop and LibreCode contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later"