Skip to content

Commit 887dfeb

Browse files
authored
Merge pull request #60528 from nextcloud/fix/l10n-appstore
fix(appstore): use alias for translations as `appstore` is taken by `apps.nextcloud.com`
2 parents 66a156a + 9dc9c4f commit 887dfeb

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)