Merge pull request #60205 from nextcloud/fix/add-appstore-to-reuse

chore(AppStore): Add translations to REUSE.toml for app store
This commit is contained in:
Andy Scherzinger 2026-05-07 14:34:13 +02:00 committed by GitHub
commit e126aee10f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"