[PR #240] [CLOSED] Anything llm spanish #3260

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/240
Author: @eduardo-meik
Created: 9/15/2023
Status: Closed

Base: masterHead: Anything-Llm-Spanish


📝 Commits (10+)

📊 Changes

26 files changed (+250 additions, -55 deletions)

View changed files

📝 .dockerignore (+0 -2)
cloud-deployments/render/DEPLOY_ON_RENDER.md (+33 -0)
📝 collector/api.py (+4 -1)
📝 collector/scripts/watch/utils.py (+7 -1)
docker/render-docker-entrypoint.sh (+12 -0)
docker/render.Dockerfile (+93 -0)
📝 frontend/index.html (+7 -7)
📝 frontend/public/anything-llm-dark.png (+0 -0)
📝 frontend/public/anything-llm-light.png (+0 -0)
📝 frontend/public/favicon.ico (+0 -0)
📝 frontend/public/favicon.png (+0 -0)
📝 frontend/src/components/AdminSidebar/index.jsx (+2 -2)
📝 frontend/src/components/Modals/NewWorkspace.jsx (+1 -1)
📝 frontend/src/components/Sidebar/Placeholder/index.jsx (+2 -2)
📝 frontend/src/components/Sidebar/index.jsx (+3 -3)
📝 frontend/src/utils/paths.js (+4 -4)
📝 server/index.js (+6 -1)
📝 server/models/documents.js (+5 -2)
📝 server/storage/assets/anything-llm-dark.png (+0 -0)
📝 server/storage/assets/anything-llm-light.png (+0 -0)

...and 6 more files

📄 Description

No description provided


🔄 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/240 **Author:** [@eduardo-meik](https://github.com/eduardo-meik) **Created:** 9/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Anything-Llm-Spanish` --- ### 📝 Commits (10+) - [`a0da2a5`](https://github.com/Mintplex-Labs/anything-llm/commit/a0da2a5fdfa1d403578030379506b883ecaa4429) testing render deployments - [`78d527f`](https://github.com/Mintplex-Labs/anything-llm/commit/78d527f66def5dcf7f507ead65148d5c0efbfe9f) update render build - [`1ab3a25`](https://github.com/Mintplex-Labs/anything-llm/commit/1ab3a255c2e0994cec96117a0d1ea6f04f48f307) update render build - [`56cb3c8`](https://github.com/Mintplex-Labs/anything-llm/commit/56cb3c86cf662e8ca2adb2fbb9386516b498392d) bump - [`1cebc63`](https://github.com/Mintplex-Labs/anything-llm/commit/1cebc63997de91b3c0a59c034e7bc6853357eb56) bump - [`78a5f66`](https://github.com/Mintplex-Labs/anything-llm/commit/78a5f6613ce4d084ce73236c128af63f50652754) bump - [`3dc73e7`](https://github.com/Mintplex-Labs/anything-llm/commit/3dc73e763348b037c9237c5c5fb96746a18cdfd9) bump - [`360144e`](https://github.com/Mintplex-Labs/anything-llm/commit/360144e81f6b4d684071c61710301d157599afc5) bump - [`33b9abc`](https://github.com/Mintplex-Labs/anything-llm/commit/33b9abc014f6ebd3eba9e59cf6b2a05fcf27e1c3) bump - [`d0f9797`](https://github.com/Mintplex-Labs/anything-llm/commit/d0f9797de49def839a6fa0ac7aa4064350895950) bump ### 📊 Changes **26 files changed** (+250 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+0 -2) ➕ `cloud-deployments/render/DEPLOY_ON_RENDER.md` (+33 -0) 📝 `collector/api.py` (+4 -1) 📝 `collector/scripts/watch/utils.py` (+7 -1) ➕ `docker/render-docker-entrypoint.sh` (+12 -0) ➕ `docker/render.Dockerfile` (+93 -0) 📝 `frontend/index.html` (+7 -7) 📝 `frontend/public/anything-llm-dark.png` (+0 -0) 📝 `frontend/public/anything-llm-light.png` (+0 -0) 📝 `frontend/public/favicon.ico` (+0 -0) 📝 `frontend/public/favicon.png` (+0 -0) 📝 `frontend/src/components/AdminSidebar/index.jsx` (+2 -2) 📝 `frontend/src/components/Modals/NewWorkspace.jsx` (+1 -1) 📝 `frontend/src/components/Sidebar/Placeholder/index.jsx` (+2 -2) 📝 `frontend/src/components/Sidebar/index.jsx` (+3 -3) 📝 `frontend/src/utils/paths.js` (+4 -4) 📝 `server/index.js` (+6 -1) 📝 `server/models/documents.js` (+5 -2) 📝 `server/storage/assets/anything-llm-dark.png` (+0 -0) 📝 `server/storage/assets/anything-llm-light.png` (+0 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <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:33:24 -05:00
yindo closed this issue 2026-02-22 18:33:24 -05: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#3260