mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
Merge pull request #1714 from RooVetGit/add_language_code_to_settings
Add language code to settings footer
This commit is contained in:
commit
6a700f3ad2
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