mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Add language code to settings footer
This commit is contained in:
parent
e67ed9c8e8
commit
a9a203a725
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export const SettingsFooter = ({
|
|||
title={LANGUAGES[language]}>
|
||||
{Object.entries(LANGUAGES).map(([code, name]) => (
|
||||
<option key={code} value={code}>
|
||||
{name}
|
||||
{name} ({code})
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue