[PR #1674] [CLOSED] Turkish Language Support #5860

Closed
opened 2026-02-05 10:18:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1674
Author: @fatihbahceci
Created: 9/19/2019
Status: Closed

Base: masterHead: master


📝 Commits (7)

📊 Changes

14 files changed (+975 additions, -2 deletions)

View changed files

📝 app/Config/app.php (+1 -1)
📝 app/Http/Middleware/Localization.php (+1 -0)
📝 resources/lang/en/settings.php (+2 -1)
resources/lang/tr/README.md (+30 -0)
resources/lang/tr/activities.php (+48 -0)
resources/lang/tr/auth.php (+77 -0)
resources/lang/tr/common.php (+76 -0)
resources/lang/tr/components.php (+33 -0)
resources/lang/tr/entities.php (+314 -0)
resources/lang/tr/errors.php (+85 -0)
resources/lang/tr/pagination.php (+12 -0)
resources/lang/tr/passwords.php (+15 -0)
resources/lang/tr/settings.php (+167 -0)
resources/lang/tr/validation.php (+114 -0)

📄 Description

See Translated Example Site: http://kitap.ilimevim.com


🔄 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/BookStackApp/BookStack/pull/1674 **Author:** [@fatihbahceci](https://github.com/fatihbahceci) **Created:** 9/19/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`072a2bc`](https://github.com/BookStackApp/BookStack/commit/072a2bcdd6940022c3ec2d1b5626318ad43a1cce) Language Files - [`17978a7`](https://github.com/BookStackApp/BookStack/commit/17978a76511ec1328979e4a3671eef07cba84c9f) Turkish Translation - [`a8c6b90`](https://github.com/BookStackApp/BookStack/commit/a8c6b902ac96f02130bab8df2851e4dbbd64db57) resources\lang\tr\errors.php OK - [`fb83e76`](https://github.com/BookStackApp/BookStack/commit/fb83e76bfdf4d774780a984147158346efd536df) resources\lang\tr\settings.php DONE - [`e75668f`](https://github.com/BookStackApp/BookStack/commit/e75668f927c7e397e8788a6205840ae8a4643e8b) BUGFIX - [`b936960`](https://github.com/BookStackApp/BookStack/commit/b9369604c6250a6c7d10349e30952d94dc93145f) resources\lang\tr\entities.php work in progress - [`bdbe98f`](https://github.com/BookStackApp/BookStack/commit/bdbe98fd3de872f4b09b63c327802b4884ccc4e7) Turkish Translating Finished ### 📊 Changes **14 files changed** (+975 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Config/app.php` (+1 -1) 📝 `app/Http/Middleware/Localization.php` (+1 -0) 📝 `resources/lang/en/settings.php` (+2 -1) ➕ `resources/lang/tr/README.md` (+30 -0) ➕ `resources/lang/tr/activities.php` (+48 -0) ➕ `resources/lang/tr/auth.php` (+77 -0) ➕ `resources/lang/tr/common.php` (+76 -0) ➕ `resources/lang/tr/components.php` (+33 -0) ➕ `resources/lang/tr/entities.php` (+314 -0) ➕ `resources/lang/tr/errors.php` (+85 -0) ➕ `resources/lang/tr/pagination.php` (+12 -0) ➕ `resources/lang/tr/passwords.php` (+15 -0) ➕ `resources/lang/tr/settings.php` (+167 -0) ➕ `resources/lang/tr/validation.php` (+114 -0) </details> ### 📄 Description See Translated Example Site: http://kitap.ilimevim.com --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:18:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5860