[PR #5038] [MERGED] Add Turkish locale and help documentation #4049

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5038
Author: @orhnplt
Created: 12/12/2025
Status: Merged
Merged: 1/18/2026
Merged by: @jc21

Base: developHead: feature/turkish-locale


📝 Commits (4)

  • 4185665 Add Turkish locale and help documentation
  • bb0a50e chore: trigger CI
  • 4e412f1 fix: resolve lint issues in IntlProvider and HelpDoc
  • 131e5fe fix: remove duplicate locales in lang-list

📊 Changes

13 files changed (+876 additions, -5 deletions)

View changed files

📝 frontend/check-locales.cjs (+1 -0)
📝 frontend/src/locale/IntlProvider.tsx (+4 -2)
frontend/src/locale/scripts/locale-sort.cjs (+69 -0)
📝 frontend/src/locale/src/HelpDoc/index.ts (+2 -2)
frontend/src/locale/src/HelpDoc/tr/AccessLists.md (+8 -0)
frontend/src/locale/src/HelpDoc/tr/Certificates.md (+29 -0)
frontend/src/locale/src/HelpDoc/tr/DeadHosts.md (+10 -0)
frontend/src/locale/src/HelpDoc/tr/ProxyHosts.md (+8 -0)
frontend/src/locale/src/HelpDoc/tr/RedirectionHosts.md (+8 -0)
frontend/src/locale/src/HelpDoc/tr/Streams.md (+7 -0)
frontend/src/locale/src/HelpDoc/tr/index.ts (+7 -0)
📝 frontend/src/locale/src/lang-list.json (+40 -1)
frontend/src/locale/src/tr.json (+683 -0)

📄 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/NginxProxyManager/nginx-proxy-manager/pull/5038 **Author:** [@orhnplt](https://github.com/orhnplt) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 1/18/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `feature/turkish-locale` --- ### 📝 Commits (4) - [`4185665`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/41856655703d5c4ecc2784bb445634a949bf1530) Add Turkish locale and help documentation - [`bb0a50e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bb0a50eccbf6e21a092740ced0e6761a174aa048) chore: trigger CI - [`4e412f1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4e412f18bbebaa57aa43eb5c606ba42019611473) fix: resolve lint issues in IntlProvider and HelpDoc - [`131e5fe`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/131e5fea4fc87f6ecf33bb143c6c9cea631a0735) fix: remove duplicate locales in lang-list ### 📊 Changes **13 files changed** (+876 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/check-locales.cjs` (+1 -0) 📝 `frontend/src/locale/IntlProvider.tsx` (+4 -2) ➕ `frontend/src/locale/scripts/locale-sort.cjs` (+69 -0) 📝 `frontend/src/locale/src/HelpDoc/index.ts` (+2 -2) ➕ `frontend/src/locale/src/HelpDoc/tr/AccessLists.md` (+8 -0) ➕ `frontend/src/locale/src/HelpDoc/tr/Certificates.md` (+29 -0) ➕ `frontend/src/locale/src/HelpDoc/tr/DeadHosts.md` (+10 -0) ➕ `frontend/src/locale/src/HelpDoc/tr/ProxyHosts.md` (+8 -0) ➕ `frontend/src/locale/src/HelpDoc/tr/RedirectionHosts.md` (+8 -0) ➕ `frontend/src/locale/src/HelpDoc/tr/Streams.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/tr/index.ts` (+7 -0) 📝 `frontend/src/locale/src/lang-list.json` (+40 -1) ➕ `frontend/src/locale/src/tr.json` (+683 -0) </details> ### 📄 Description _No description provided_ --- <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:56 +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#4049
No description provided.