Copilot: Keep urls outside translatable strings

Change-Id: Idf81efda39a2dcaa4c20e698f109fda5555537be
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-06-22 08:44:09 +02:00
parent 434d677b3e
commit fff258638f

View File

@@ -41,16 +41,15 @@ public:
}); });
// clang-format off // clang-format off
helpLabel->setText(Tr::tr(R"( helpLabel->setText(Tr::tr(
The Copilot plugin requires node.js and the Copilot neovim plugin. "The Copilot plugin requires node.js and the Copilot neovim plugin. "
If you install the neovim plugin as described in the "If you install the neovim plugin as described in %1, "
[README.md](https://github.com/github/copilot.vim), "the plugin will find the agent.js file automatically.\n\n"
the plugin will find the agent.js file automatically. "Otherwise you need to specify the path to the %2 "
"file from the Copilot neovim plugin.",
Otherwise you need to specify the path to the "Markdown text for the copilot instruction label").arg(
[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist) "[README.md](https://github.com/github/copilot.vim)",
file from the Copilot neovim plugin. "[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist)"));
)", "Markdown text for the copilot instruction label"));
Column { Column {
authWidget, br, authWidget, br,