[PR #945] [MERGED] Added Arabic language #5740

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/945
Author: @MrKhalidJ
Created: 8/3/2018
Status: Merged
Merged: 9/22/2018
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (10+)

📊 Changes

12 files changed (+851 additions, -1 deletions)

View changed files

📝 config/app.php (+1 -1)
resources/lang/ar/activities.php (+42 -0)
resources/lang/ar/auth.php (+76 -0)
resources/lang/ar/common.php (+67 -0)
resources/lang/ar/components.php (+34 -0)
resources/lang/ar/entities.php (+268 -0)
resources/lang/ar/errors.php (+82 -0)
resources/lang/ar/pagination.php (+19 -0)
resources/lang/ar/passwords.php (+22 -0)
resources/lang/ar/settings.php (+131 -0)
resources/lang/ar/validation.php (+108 -0)
📝 resources/lang/en/settings.php (+1 -0)

📄 Description

  • translated the application into Arabic.
  • added Arabic language to the drop-down list so users can choose it.
  • added Arabic language to locales.

hope this will help more people to use this application 😃


🔄 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/945 **Author:** [@MrKhalidJ](https://github.com/MrKhalidJ) **Created:** 8/3/2018 **Status:** ✅ Merged **Merged:** 9/22/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`7dd11de`](https://github.com/BookStackApp/BookStack/commit/7dd11decb8f3eb35ea78b4c56751707b42e62232) partial file translation - [`f5ca7ab`](https://github.com/BookStackApp/BookStack/commit/f5ca7ab1c89ef29edd6384a024911b061c848fbe) Update entities.php - [`6bae16f`](https://github.com/BookStackApp/BookStack/commit/6bae16f7e9b78eb17b99105de7a8528ae737505a) fully translated "common" and partially translated "entities" - [`0f2ffa9`](https://github.com/BookStackApp/BookStack/commit/0f2ffa95453d8007d63178a19a5b27ea0b72b71b) translated to Arabic - [`dcbb8ad`](https://github.com/BookStackApp/BookStack/commit/dcbb8ad960e07700c46ba27551d9c8d3103b526e) translated - [`df88ffa`](https://github.com/BookStackApp/BookStack/commit/df88ffa159c1649fa9fd21fb796f608ea230be04) translated - [`6ca8ccd`](https://github.com/BookStackApp/BookStack/commit/6ca8ccd330bc858aa6b8fa6e3ecd23fab013ffba) translated - [`8774f1a`](https://github.com/BookStackApp/BookStack/commit/8774f1a3205ed80f2fd0e2dd67f31d8b2f1bf1a2) translated - [`6eb63a1`](https://github.com/BookStackApp/BookStack/commit/6eb63a1e03aca28743dd06fa49a8dae937113335) translated - [`8660285`](https://github.com/BookStackApp/BookStack/commit/86602854accf076b1724464a53bb9f77ccfe7b31) translated ### 📊 Changes **12 files changed** (+851 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+1 -1) ➕ `resources/lang/ar/activities.php` (+42 -0) ➕ `resources/lang/ar/auth.php` (+76 -0) ➕ `resources/lang/ar/common.php` (+67 -0) ➕ `resources/lang/ar/components.php` (+34 -0) ➕ `resources/lang/ar/entities.php` (+268 -0) ➕ `resources/lang/ar/errors.php` (+82 -0) ➕ `resources/lang/ar/pagination.php` (+19 -0) ➕ `resources/lang/ar/passwords.php` (+22 -0) ➕ `resources/lang/ar/settings.php` (+131 -0) ➕ `resources/lang/ar/validation.php` (+108 -0) 📝 `resources/lang/en/settings.php` (+1 -0) </details> ### 📄 Description - translated the application into Arabic. - added Arabic language to the drop-down list so users can choose it. - added Arabic language to locales. hope this will help more people to use this application 😃 --- <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:15:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5740