- 11 Oct, 2025 7 commits
-
-
Add comprehensive French translation glossary document to standardize key project terminology. The glossary includes translations for core concepts, model-related terms, user management, recharge & redemption, channel management, and security terms. This ensures consistency and accuracy in French translations across the project, with specific guidance on technical terms and contextual usage.
Dmitriy Safonov committed -
- Add pluralization rules for French locale using _one, _many, _other suffixes - Complete missing French translations for web search, file search, and key count strings - Add translations for import/export configuration functionality - Fill in missing translations for UI elements like ID, IP, expand, and various status messages - Improve French localization coverage for better user experience
Dmitriy Safonov committed -
Enable i18next pluralization by setting disablePlurals to false and update multiple translation keys to use _one/_other suffixes for proper singular/plural handling. This improves localization accuracy for count-dependent strings like "X keys", "X models", and "X times".
Dmitriy Safonov committed -
Reordered the ignoredAttributes array in i18next.config.js alphabetically and added several new attributes to prevent unnecessary translation extraction. This improves the localization process by excluding more non-translatable properties like accept, align, autoComplete, clipRule, crossOrigin, and others.
Dmitriy Safonov committed -
Converted i18next.config.ts to i18next.config.js and added AGPL license header. The change simplifies the build process by removing TypeScript compilation for this configuration file while maintaining the same functionality.
Dmitriy Safonov committed -
Relocated i18next-cli from dependencies to devDependencies as it's only needed for development tasks like translation management, not for runtime functionality.
Dmitriy Safonov committed -
Add comprehensive i18next configuration for internationalization support with Chinese, English, and French locales. Configure extraction settings and ignore patterns for React components. Expand translation glossary with security and billing terminology including Two-Factor Authentication, 2FA, and pricing multiplier terms.
Dmitriy Safonov committed
-
- 10 Oct, 2025 23 commits
-
-
fix(channel): handle dynamic frequency updates
Seefs committed -
anime committed
-
anime committed
-
- replace infinite sleep loop with time.Ticker to avoid goroutine leaks - add immediate initial test execution before ticker starts - implement frequency change detection and ticker recreation - ensure proper ticker cleanup when loop exits or feature disabled
anime committed -
feat: support openAI sdk retrieve videos
Seefs committed -
feitianbubu committed
-
CaIon committed
-
feat: add qwen channel auto disabled
Seefs committed -
feat: pplx channel
Calcium-Ion committed -
Seefs committed
-
支持Sora做为上游渠道
Calcium-Ion committed -
feitianbubu committed
-
fix: channel remark ignore issue
Calcium-Ion committed -
feat(web): add settings & pages of privacy policy & user agreement
Calcium-Ion committed -
Seefs committed
-
feat: enhance HTTP client wit redirect handling and SSRF protection
Calcium-Ion committed -
fix: test model #1993
Calcium-Ion committed -
feitianbubu committed
-
CaIon committed
-
Seefs committed
-
fix: avoid get model consuming body
Seefs committed -
feitianbubu committed
-
Seefs committed
-
- 09 Oct, 2025 10 commits
-
-
キュビビイ committed
-
新增Sora视频渠道
Seefs committed -
feitianbubu committed
-
feitianbubu committed
-
feitianbubu committed
-
CaIon committed
-
chore(deps-dev): bump electron from 28.3.3 to 35.7.5 in /electron
Calcium-Ion committed -
CaIon committed
-
Bumps [electron](https://github.com/electron/electron) from 28.3.3 to 35.7.5. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v28.3.3...v35.7.5) --- updated-dependencies: - dependency-name: electron dependency-version: 35.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed -
fix(openai): account cached tokens for zhipu_v4 usage
Seefs committed
-