fix(appstore): use alias for translations as appstore is taken by apps.nextcloud.com

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2026-05-19 14:13:23 +02:00 committed by backportbot[bot]
parent 5b445c5cec
commit 2f7f601b3c
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ source_file = translationfiles/templates/admin_audit.pot
source_lang = en
type = PO
[o:nextcloud:p:nextcloud:r:appstore]
[o:nextcloud:p:nextcloud:r:appstore-shipped-with-server]
file_filter = translationfiles/<lang>/appstore.po
source_file = translationfiles/templates/appstore.pot
source_lang = en

View file

@ -19,6 +19,7 @@ $untranslatedApps = [
];
$txConfigAppMap = [
'appstore' => 'appstore-shipped-with-server',
'dashboard' => 'dashboard-shipped-with-server',
'encryption' => 'files_encryption',
'settings' => 'settings-1',