[PR #4850] [MERGED] Add Spanish language support and translations #3980

Closed
opened 2026-02-26 08:32:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4850
Author: @TeenBiscuits
Created: 11/6/2025
Status: Merged
Merged: 11/12/2025
Merged by: @jc21

Base: developHead: lang-spanish


📝 Commits (6)

  • 123f7d1 Add Spanish language support and translations
  • df1b414 Delete Spanish Test
  • 7cde6ee Add Spanish Test
  • 74d381e Add missing spanish translation
  • 1600599 Fix column.http-code translation
  • 8773ce2 Merge branch 'develop' into lang-spanish

📊 Changes

14 files changed (+949 additions, -6 deletions)

View changed files

📝 frontend/check-locales.cjs (+1 -1)
📝 frontend/src/locale/IntlProvider.tsx (+9 -2)
📝 frontend/src/locale/lang/en.json (+1 -1)
frontend/src/locale/lang/es.json (+216 -0)
📝 frontend/src/locale/lang/lang-list.json (+3 -2)
frontend/src/locale/src/HelpDoc/es/AccessLists.md (+7 -0)
frontend/src/locale/src/HelpDoc/es/Certificates.md (+32 -0)
frontend/src/locale/src/HelpDoc/es/DeadHosts.md (+10 -0)
frontend/src/locale/src/HelpDoc/es/ProxyHosts.md (+7 -0)
frontend/src/locale/src/HelpDoc/es/RedirectionHosts.md (+7 -0)
frontend/src/locale/src/HelpDoc/es/Streams.md (+6 -0)
frontend/src/locale/src/HelpDoc/es/index.ts (+6 -0)
frontend/src/locale/src/es.json (+641 -0)
📝 frontend/src/locale/src/lang-list.json (+3 -0)

📄 Description

Add Spanish localization


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/4850 **Author:** [@TeenBiscuits](https://github.com/TeenBiscuits) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `lang-spanish` --- ### 📝 Commits (6) - [`123f7d1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/123f7d19998ac1fce0627f5b74cf95822f793c76) Add Spanish language support and translations - [`df1b414`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/df1b414c2e3e9920befab8f11c2757042717ed6a) Delete Spanish Test - [`7cde6ee`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7cde6ee7cad31744262440362e55dfa6bba821db) Add Spanish Test - [`74d381e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/74d381e7fa5367cc9d535ddf1606063a119529d1) Add missing spanish translation - [`1600599`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/16005994103eba2ffe4643dcaf8e9b79bd88baa2) Fix column.http-code translation - [`8773ce2`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8773ce25d7099b1a603f5590df3375919c82720c) Merge branch 'develop' into lang-spanish ### 📊 Changes **14 files changed** (+949 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `frontend/check-locales.cjs` (+1 -1) 📝 `frontend/src/locale/IntlProvider.tsx` (+9 -2) 📝 `frontend/src/locale/lang/en.json` (+1 -1) ➕ `frontend/src/locale/lang/es.json` (+216 -0) 📝 `frontend/src/locale/lang/lang-list.json` (+3 -2) ➕ `frontend/src/locale/src/HelpDoc/es/AccessLists.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/es/Certificates.md` (+32 -0) ➕ `frontend/src/locale/src/HelpDoc/es/DeadHosts.md` (+10 -0) ➕ `frontend/src/locale/src/HelpDoc/es/ProxyHosts.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/es/RedirectionHosts.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/es/Streams.md` (+6 -0) ➕ `frontend/src/locale/src/HelpDoc/es/index.ts` (+6 -0) ➕ `frontend/src/locale/src/es.json` (+641 -0) 📝 `frontend/src/locale/src/lang-list.json` (+3 -0) </details> ### 📄 Description Add Spanish localization --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:32:41 +03:00
Sign in to join this conversation.
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/nginx-proxy-manager-NginxProxyManager#3980
No description provided.