From b3c1da3c4f1ac2ab25002ebf9c514e32b3c59d5b Mon Sep 17 00:00:00 2001 From: Meth Munindradasa Date: Wed, 11 Feb 2026 21:43:55 +1100 Subject: [PATCH 1/2] Clarify Azure Translator resource region requirement Added note about setting the translator resource region to Global to avoid 401 errors. --- docs/plugins/lyrics.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins/lyrics.rst b/docs/plugins/lyrics.rst index 9cc63a8b7..566fa808e 100644 --- a/docs/plugins/lyrics.rst +++ b/docs/plugins/lyrics.rst @@ -174,6 +174,9 @@ We use Azure to optionally translate your lyrics. To set up the integration, follow these steps: 1. `Create a Translator resource`_ on Azure. + Make sure the region of the translator resource is set to Global. You + will get 401 unauthorized errors if not. The region of the resource group + does not matter. 2. `Obtain its API key`_. 3. Add the API key to your configuration as ``translate.api_key``. 4. Configure your target language using the ``translate.to_language`` option. From f41f1839be7c6183c58d328e1efff70c1e73d267 Mon Sep 17 00:00:00 2001 From: Meth Munindradasa Date: Thu, 12 Feb 2026 07:51:04 +1100 Subject: [PATCH 2/2] Format docs to pass lint checker --- docs/plugins/lyrics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/lyrics.rst b/docs/plugins/lyrics.rst index 566fa808e..33aa9b61e 100644 --- a/docs/plugins/lyrics.rst +++ b/docs/plugins/lyrics.rst @@ -174,9 +174,9 @@ We use Azure to optionally translate your lyrics. To set up the integration, follow these steps: 1. `Create a Translator resource`_ on Azure. - Make sure the region of the translator resource is set to Global. You - will get 401 unauthorized errors if not. The region of the resource group - does not matter. + Make sure the region of the translator resource is set to Global. You + will get 401 unauthorized errors if not. The region of the resource group + does not matter. 2. `Obtain its API key`_. 3. Add the API key to your configuration as ``translate.api_key``. 4. Configure your target language using the ``translate.to_language`` option.