Skip to content

Commit 2f7f601

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix(appstore): use alias for translations as appstore is taken by apps.nextcloud.com
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5b445c5 commit 2f7f601

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source_file = translationfiles/templates/admin_audit.pot
88
source_lang = en
99
type = PO
1010

11-
[o:nextcloud:p:nextcloud:r:appstore]
11+
[o:nextcloud:p:nextcloud:r:appstore-shipped-with-server]
1212
file_filter = translationfiles/<lang>/appstore.po
1313
source_file = translationfiles/templates/appstore.pot
1414
source_lang = en

build/translation-checker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
];
2020

2121
$txConfigAppMap = [
22+
'appstore' => 'appstore-shipped-with-server',
2223
'dashboard' => 'dashboard-shipped-with-server',
2324
'encryption' => 'files_encryption',
2425
'settings' => 'settings-1',

0 commit comments

Comments
 (0)