From e93766b063432347bd1062aa59bbe122ee7a43f3 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 9 Mar 2026 09:44:01 +0100 Subject: Localize settings text and refresh Mastodon docs - Add QTranslator to notifications plugin - Create own logging category now trace is gone --- settings/accounts/ui/mastodon.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'settings/accounts/ui/mastodon.qml') diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml index b899b51..a32f336 100644 --- a/settings/accounts/ui/mastodon.qml +++ b/settings/accounts/ui/mastodon.qml @@ -371,7 +371,8 @@ AccountCreationAgent { ? root.accountProvider.displayName.toString().trim() : "" if (providerDisplayName.length === 0) { - providerDisplayName = "Mastodon" + //% "Mastodon" + providerDisplayName = qsTrId("settings-accounts-mastodon-la-provider_name") } newAccount.displayName = providerDisplayName -- cgit v1.2.3