[PR #124] [MERGED] refactor: directly import and use setLanguage from i18n module in l… #270

Closed
opened 2026-02-27 07:18:46 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (4)

  • 4de10e4 refactor: directly import and use setLanguage from i18n module in login page.
  • 383cccc fix: add missing 'index' to Gemini streaming tool calls and improve tests
  • d76ce17 chore: Add .gitignore rules for token store, usage cache, and OAuth credentials.
  • 686106f fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/justlovemaki/AIClient-2-API/pull/124 **Author:** [@lemon07r](https://github.com/lemon07r) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@justlovemaki](https://github.com/justlovemaki) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`4de10e4`](https://github.com/justlovemaki/AIClient-2-API/commit/4de10e42a1659c87fa22342dafc0bae968d7aca9) refactor: directly import and use `setLanguage` from i18n module in login page. - [`383cccc`](https://github.com/justlovemaki/AIClient-2-API/commit/383cccc473aba705601f9b7e81e7b30a19f64428) fix: add missing 'index' to Gemini streaming tool calls and improve tests - [`d76ce17`](https://github.com/justlovemaki/AIClient-2-API/commit/d76ce170ac615c49d945735edbf07f7ac446169e) chore: Add .gitignore rules for token store, usage cache, and OAuth credentials. - [`686106f`](https://github.com/justlovemaki/AIClient-2-API/commit/686106f81379d738bfd922ee191796add721f8c6) fix: map finish_reason to 'tool_calls' in Gemini stream when tool calls are present ### 📊 Changes **8 files changed** (+105 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description …ogin page. This fixes the language selector in the management interface. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:18:46 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AIClient-2-API-justlovemaki#270
No description provided.