Skip to content

Commit 317ee9b

Browse files
committed
Add translation update capability to command list
- Added new command for updating translations in selected code.
1 parent 6ab6d9c commit 317ee9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llamalocatorfilter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ class LocatorFilter final : public Core::ILocatorFilter
4444
Tr::tr("Create a commit message for {selection}"),
4545
Tr::tr("Explain the code in {selection}"),
4646
Tr::tr("Do spell checking and fix any typos in {selection}"),
47-
Tr::tr("Generate test cases for {selection}. Output only code. No explanations")};
47+
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")};
4850

4951
QList<QString> m_history;
5052
static constexpr int MaxHistory = 50;

0 commit comments

Comments
 (0)