From 230afb8f113609b95fde490c406447423b0f9821 Mon Sep 17 00:00:00 2001 From: David Dreschner Date: Thu, 7 May 2026 12:11:09 +0200 Subject: [PATCH] chore(AppStore): Add translations to REUSE.toml for app store Signed-off-by: David Dreschner --- apps/appstore/REUSE.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/appstore/REUSE.toml b/apps/appstore/REUSE.toml index 9d147c0d392d6..99c57acf41734 100644 --- a/apps/appstore/REUSE.toml +++ b/apps/appstore/REUSE.toml @@ -14,3 +14,9 @@ path = ["img/app.svg"] precedence = "aggregate" SPDX-FileCopyrightText = "2018-2024 Google LLC" SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ["l10n/**.js", "l10n/**.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 Nextcloud translators" +SPDX-License-Identifier = "AGPL-3.0-or-later"