mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
fix(i18n): add 14 missing logs.* translation keys for ActiveRequestsPanel
Add runningRequests, runningRequestsDesc, model, provider, account, elapsed, count, payloads, viewPayloads, activeCount, clientPayload, upstreamPayload, upstreamNotSentYet, runningRequestDetailMeta to all 31 locale files (en + 30 translations).
This commit is contained in:
parent
d179ace708
commit
213d38cd50
1 changed files with 9 additions and 0 deletions
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
---
|
||||
|
||||
## [3.7.1] — 2026-04-26
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- **fix(codex):** Make `wreq-js` native module import lazy and optional to prevent server crash on startup when the platform-specific binary is missing — affects pnpm installs, Docker Alpine, macOS ARM, and Windows (#1612, #1613, #1616).
|
||||
- **fix(i18n):** Add 14 missing translation keys (`logs.runningRequests`, `logs.model`, `logs.provider`, `logs.account`, `logs.elapsed`, `logs.count`, `logs.payloads`, etc.) for the Active Requests panel across all 30 locales.
|
||||
|
||||
---
|
||||
|
||||
## [3.7.0] — 2026-04-26
|
||||
|
||||
### ✨ New Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue