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 cfe7452 commit 6a25d43Copy full SHA for 6a25d43
frontend/popup.html
@@ -12,7 +12,6 @@ <h1>CodeTranslateAI</h1>
12
13
<div class="select-wrapper">
14
<select id="language-select">
15
- <option value="Bash">Bash</option>
16
<option value="C">C</option>
17
<option value="Csharp">C#</option>
18
<option value="Cpp">C++</option>
@@ -26,6 +25,7 @@ <h1>CodeTranslateAI</h1>
26
25
<option value="PHP">PHP</option>
27
<option value="Python">Python</option>
28
<option value="Ruby">Ruby</option>
+ <option value="VisualBasic">Visual Basic</option>
29
</select>
30
</div>
31
0 commit comments