Skip to content

Commit

Permalink
Fix auto detect source language selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Blu3train authored and Artikash committed Jan 31, 2022
1 parent 5b35f12 commit 3e28397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/devtoolsdeepltranslate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ extern const std::unordered_map<std::wstring, std::wstring> codes
{ { L"Slovenian" }, { L"Slovenian" } },
{ { L"Spanish" }, { L"Spanish" } },
{ { L"Swedish" }, { L"Swedish" } },
{ { L"?" }, { L"Any language (detect)" } }
{ { L"?" }, { L"Detect language" } }
};

bool translateSelectedOnly = true, useRateLimiter = true, rateLimitSelected = false, useCache = true, useFilter = true;
Expand Down

0 comments on commit 3e28397

Please sign in to comment.