diff --git a/README.md b/README.md index d618790973..0ef20a4c6a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ocx start # proxy + dashboard on localhost:10100

- English · 한국어 · 简体中文 · Русский · 日本語 · 📖 Full documentation → + English · 한국어 · 简体中文 · Русский · 日本語 · Türkçe · 📖 Full documentation →

opencodex is a lightweight local proxy that translates Codex's Responses API into whatever your diff --git a/gui/src/App.tsx b/gui/src/App.tsx index 853116d094..e2afbb4f84 100644 --- a/gui/src/App.tsx +++ b/gui/src/App.tsx @@ -13,7 +13,7 @@ import Startup from "./pages/Startup"; import ErrorBoundary from "./components/ErrorBoundary"; import { SidebarGithubRow } from "./components/sidebar-github-row"; import { IconGrid, IconServer, IconBoxes, IconBot, IconList, IconActivity, IconHardDrive, IconKey, IconMenu, IconSun, IconMoon, IconMonitor, IconGlobe, IconPower, IconX } from "./icons"; -import { useI18n, useT, LOCALES, type Locale, type TKey } from "./i18n/shared"; +import { useI18n, useT, LOCALES, localeDisplayName, type Locale, type TKey } from "./i18n/shared"; import { Select } from "./ui"; import { installApiAuthFetch } from "./api"; import { type Page } from "./app-routing"; @@ -252,7 +252,7 @@ export default function App() {