Skip to content

Commit 976e3cf

Browse files
authored
fix(reuse): annotate l10n translation files (#43)
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent ff204be commit 976e3cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

REUSE.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ path = [
4141
precedence = "aggregate"
4242
SPDX-FileCopyrightText = "2026 LibreCode coop and LibreCode contributors"
4343
SPDX-License-Identifier = "AGPL-3.0-or-later"
44+
45+
[[annotations]]
46+
path = [
47+
"l10n/*.js",
48+
"l10n/*.json",
49+
]
50+
precedence = "aggregate"
51+
SPDX-FileCopyrightText = "2026 LibreCode coop and LibreCode contributors"
52+
SPDX-License-Identifier = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)