]> git.mxchange.org Git - friendica.git/commitdiff
fix reuse for translation files
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 16 Oct 2024 05:40:44 +0000 (05:40 +0000)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 16 Oct 2024 05:40:44 +0000 (05:40 +0000)
REUSE.toml

index 7f6336e640bd9f9b91ac9938bcd38dafd1dae5e7..b7e959535bc8c26cc40d8b25c7040ccfb6c7f953 100644 (file)
@@ -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"