[PR #5946] [CLOSED] Add Tamil (ta) language translation #6602

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5946
Author: @gurups144
Created: 12/10/2025
Status: Closed

Base: developmentHead: tamil-translation


📝 Commits (1)

  • 83481ea Add Tamil (ta) language translation

📊 Changes

14 files changed (+1599 additions, -0 deletions)

View changed files

lang/ta/activities.php (+140 -0)
lang/ta/auth.php (+8 -0)
lang/ta/authors.php (+1 -0)
lang/ta/common.php (+14 -0)
lang/ta/components.php (+46 -0)
lang/ta/editor.php (+182 -0)
lang/ta/entities.php (+476 -0)
lang/ta/errors.php (+133 -0)
lang/ta/notifications.php (+27 -0)
lang/ta/pagination.php (+12 -0)
lang/ta/passwords.php (+15 -0)
lang/ta/preferences.php (+51 -0)
lang/ta/settings.php (+372 -0)
lang/ta/validation.php (+122 -0)

📄 Description

Initial Tamil language support for BookStack
Translated core UI strings (auth, common, activities, etc.)
Tested locally – working perfectly
First ever Tamil translation for BookStack!

Thank you


🔄 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/5946 **Author:** [@gurups144](https://github.com/gurups144) **Created:** 12/10/2025 **Status:** ❌ Closed **Base:** `development` ← **Head:** `tamil-translation` --- ### 📝 Commits (1) - [`83481ea`](https://github.com/BookStackApp/BookStack/commit/83481ea527cae0f4329c1c377f13f884ca30bc3b) Add Tamil (ta) language translation ### 📊 Changes **14 files changed** (+1599 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `lang/ta/activities.php` (+140 -0) ➕ `lang/ta/auth.php` (+8 -0) ➕ `lang/ta/authors.php` (+1 -0) ➕ `lang/ta/common.php` (+14 -0) ➕ `lang/ta/components.php` (+46 -0) ➕ `lang/ta/editor.php` (+182 -0) ➕ `lang/ta/entities.php` (+476 -0) ➕ `lang/ta/errors.php` (+133 -0) ➕ `lang/ta/notifications.php` (+27 -0) ➕ `lang/ta/pagination.php` (+12 -0) ➕ `lang/ta/passwords.php` (+15 -0) ➕ `lang/ta/preferences.php` (+51 -0) ➕ `lang/ta/settings.php` (+372 -0) ➕ `lang/ta/validation.php` (+122 -0) </details> ### 📄 Description Initial Tamil language support for BookStack Translated core UI strings (auth, common, activities, etc.) Tested locally – working perfectly First ever Tamil translation for BookStack! Thank you --- <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:36:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6602