mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-06 21:04:32 +02:00
fix reuse for translation files
This commit is contained in:
parent
0faaad75c0
commit
cfe32397ab
1 changed files with 4 additions and 1 deletions
|
@ -129,7 +129,10 @@ SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
|||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/lang/**/strings.php"
|
||||
path = [
|
||||
"view/lang/**/strings.php",
|
||||
"view/lang/**/messages.po"
|
||||
]
|
||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue