[PR #4874] [MERGED] feat(i18n): add Czech (cs) language translation to AnythingLLM #4797

Closed
opened 2026-02-22 18:36:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4874
Author: @vladaman
Created: 1/17/2026
Status: Merged
Merged: 1/18/2026
Merged by: @timothycarambat

Base: masterHead: cs_lang


📝 Commits (2)

  • d22fbe8 feat(i18n): add Czech (cs) language translation to AnythingLLM
  • e06455d Merge branch 'master' into cs_lang

📊 Changes

2 files changed (+1089 additions, -0 deletions)

View changed files

frontend/src/locales/cs/common.js (+1085 -0)
📝 frontend/src/locales/resources.js (+4 -0)

📄 Description

Pull Request Type

  • [x ] feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

Implemented Czech Translations

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/4874 **Author:** [@vladaman](https://github.com/vladaman) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/18/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `cs_lang` --- ### 📝 Commits (2) - [`d22fbe8`](https://github.com/Mintplex-Labs/anything-llm/commit/d22fbe8ea4d2e474e12ddcc7af4794f946a5d304) feat(i18n): add Czech (cs) language translation to AnythingLLM - [`e06455d`](https://github.com/Mintplex-Labs/anything-llm/commit/e06455d228bf9dfe3d1a6d8b7ef081a5c216f0b4) Merge branch 'master' into cs_lang ### 📊 Changes **2 files changed** (+1089 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/locales/cs/common.js` (+1085 -0) 📝 `frontend/src/locales/resources.js` (+4 -0) </details> ### 📄 Description ### Pull Request Type - [x ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? Implemented Czech Translations ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:33 -05:00
yindo closed this issue 2026-02-22 18:36:33 -05:00
yindo changed title from [PR #4874] feat(i18n): add Czech (cs) language translation to AnythingLLM to [PR #4874] [MERGED] feat(i18n): add Czech (cs) language translation to AnythingLLM 2026-06-05 15:20:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4797