Skip to content

Commit a9a203a

Browse files
committed
Add language code to settings footer
1 parent e67ed9c commit a9a203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/SettingsFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const SettingsFooter = ({
7878
title={LANGUAGES[language]}>
7979
{Object.entries(LANGUAGES).map(([code, name]) => (
8080
<option key={code} value={code}>
81-
{name}
81+
{name} ({code})
8282
</option>
8383
))}
8484
</select>

0 commit comments

Comments
 (0)