Skip to content

fix(whitelisting): Make the blocked app message translatable again - #1665

Merged
CarlSchwan merged 1 commit into
nextcloud:mainfrom
solracsf:fix/translatable-blocked-app-message
Aug 21, 2026
Merged

fix(whitelisting): Make the blocked app message translatable again#1665
CarlSchwan merged 1 commit into
nextcloud:mainfrom
solracsf:fix/translatable-blocked-app-message

Conversation

@solracsf

Copy link
Copy Markdown
Member

The app id was interpolated into the string handed to IL10N::t(), so the lookup key differed for every blocked app and matched no entry in any catalogue. The message was therefore always shown in English, and the string extraction never picked it up either.

Pass the app id as a translation parameter instead.

@solracsf solracsf added bug Something isn't working 3. to review Waiting for reviews labels Aug 16, 2026
Comment thread tests/unit/AppWhitelistTest.php Outdated
The app id was interpolated into the string handed to IL10N::t(), so the
lookup key differed for every blocked app and matched no entry in any
catalogue. The message was therefore always shown in English, and the
string extraction never picked it up either.

Pass the app id as a translation parameter instead.

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan
CarlSchwan force-pushed the fix/translatable-blocked-app-message branch from 3ecf451 to c1c32de Compare August 21, 2026 08:31
@CarlSchwan
CarlSchwan enabled auto-merge August 21, 2026 08:32
@CarlSchwan
CarlSchwan merged commit 5805f9b into nextcloud:main Aug 21, 2026
55 checks passed
@solracsf
solracsf deleted the fix/translatable-blocked-app-message branch August 21, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants