mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[PR #124] [MERGED] refactor: directly import and use setLanguage from i18n module in l… #270
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/124
Author: @lemon07r
Created: 12/22/2025
Status: ✅ Merged
Merged: 12/23/2025
Merged by: @justlovemaki
Base:
main← Head:main📝 Commits (4)
4de10e4refactor: directly import and usesetLanguagefrom i18n module in login page.383ccccfix: add missing 'index' to Gemini streaming tool calls and improve testsd76ce17chore: Add .gitignore rules for token store, usage cache, and OAuth credentials.686106ffix: map finish_reason to 'tool_calls' in Gemini stream when tool calls are present📊 Changes
8 files changed (+105 additions, -7 deletions)
View changed files
📝
.gitignore(+4 -1)📝
install-and-run.bat(+0 -0)📝
install-and-run.sh(+0 -0)📝
jest.config.js(+2 -3)📝
package-lock.json(+1 -1)📝
src/converters/strategies/GeminiConverter.js(+6 -0)📝
static/login.html(+2 -2)➕
tests/gemini-converter.test.js(+90 -0)📄 Description
…ogin page.
This fixes the language selector in the management interface.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.