We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab6d9c commit 317ee9bCopy full SHA for 317ee9b
llamalocatorfilter.cpp
@@ -44,7 +44,9 @@ class LocatorFilter final : public Core::ILocatorFilter
44
Tr::tr("Create a commit message for {selection}"),
45
Tr::tr("Explain the code in {selection}"),
46
Tr::tr("Do spell checking and fix any typos in {selection}"),
47
- Tr::tr("Generate test cases for {selection}. Output only code. No explanations")};
+ Tr::tr("Generate test cases for {selection}. Output only code. No explanations"),
48
+ Tr::tr(
49
+ "Update translation in {selection}. Provide the full translation file as output")};
50
51
QList<QString> m_history;
52
static constexpr int MaxHistory = 50;
0 commit comments