[PR #1796] [CLOSED] add ar_alt local #5892

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1796
Author: @abublihi
Created: 11/21/2019
Status: Closed

Base: masterHead: ArAltLanguage


📝 Commits (7)

  • 74faa37 update arabic translations
  • 19cc7fe add arabic alternative translation, modifies the some vocabularies.
  • 095c2c9 use the translation
  • 490759d translate tabs
  • 2337ff7 add ar_alt locale
  • 5c26b4e add ar_alt to language_select of the en
  • 2fd2349 add ar_alt to locales variable

📊 Changes

18 files changed (+1003 additions, -35 deletions)

View changed files

📝 app/Config/app.php (+1 -1)
📝 app/Http/Middleware/Localization.php (+2 -1)
📝 resources/lang/ar/common.php (+2 -2)
📝 resources/lang/ar/entities.php (+30 -30)
📝 resources/lang/ar/errors.php (+6 -0)
📝 resources/lang/ar/settings.php (+7 -0)
resources/lang/ar_alt/activities.php (+48 -0)
resources/lang/ar_alt/auth.php (+77 -0)
resources/lang/ar_alt/common.php (+76 -0)
resources/lang/ar_alt/components.php (+33 -0)
resources/lang/ar_alt/entities.php (+314 -0)
resources/lang/ar_alt/errors.php (+91 -0)
resources/lang/ar_alt/pagination.php (+12 -0)
resources/lang/ar_alt/passwords.php (+15 -0)
resources/lang/ar_alt/settings.php (+173 -0)
resources/lang/ar_alt/validation.php (+114 -0)
📝 resources/lang/en/settings.php (+1 -0)
📝 resources/views/pages/show.blade.php (+1 -1)

📄 Description

Update ar language translations, add new local ar_alt.

In the resources/views/pages/show.blade.php the Actions was not loaded form translations.


🔄 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/1796 **Author:** [@abublihi](https://github.com/abublihi) **Created:** 11/21/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ArAltLanguage` --- ### 📝 Commits (7) - [`74faa37`](https://github.com/BookStackApp/BookStack/commit/74faa376ef43c02897e83cd4a080c9febc10f636) update arabic translations - [`19cc7fe`](https://github.com/BookStackApp/BookStack/commit/19cc7feb21edc74f65ab91184c43c0e6b11d7e21) add arabic alternative translation, modifies the some vocabularies. - [`095c2c9`](https://github.com/BookStackApp/BookStack/commit/095c2c9faf150c31752ed95a0584d509cdf98b61) use the translation - [`490759d`](https://github.com/BookStackApp/BookStack/commit/490759df268ffcb4718700c24ea9d5fc44ee14c5) translate tabs - [`2337ff7`](https://github.com/BookStackApp/BookStack/commit/2337ff72eb52b076debd6a69f1bcc64237599c2d) add ar_alt locale - [`5c26b4e`](https://github.com/BookStackApp/BookStack/commit/5c26b4e6915118981243b91ddeee8047213fa891) add ar_alt to language_select of the en - [`2fd2349`](https://github.com/BookStackApp/BookStack/commit/2fd23499c130a57d7873279205e874f6a85742e0) add ar_alt to locales variable ### 📊 Changes **18 files changed** (+1003 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `app/Config/app.php` (+1 -1) 📝 `app/Http/Middleware/Localization.php` (+2 -1) 📝 `resources/lang/ar/common.php` (+2 -2) 📝 `resources/lang/ar/entities.php` (+30 -30) 📝 `resources/lang/ar/errors.php` (+6 -0) 📝 `resources/lang/ar/settings.php` (+7 -0) ➕ `resources/lang/ar_alt/activities.php` (+48 -0) ➕ `resources/lang/ar_alt/auth.php` (+77 -0) ➕ `resources/lang/ar_alt/common.php` (+76 -0) ➕ `resources/lang/ar_alt/components.php` (+33 -0) ➕ `resources/lang/ar_alt/entities.php` (+314 -0) ➕ `resources/lang/ar_alt/errors.php` (+91 -0) ➕ `resources/lang/ar_alt/pagination.php` (+12 -0) ➕ `resources/lang/ar_alt/passwords.php` (+15 -0) ➕ `resources/lang/ar_alt/settings.php` (+173 -0) ➕ `resources/lang/ar_alt/validation.php` (+114 -0) 📝 `resources/lang/en/settings.php` (+1 -0) 📝 `resources/views/pages/show.blade.php` (+1 -1) </details> ### 📄 Description Update `ar` language translations, add new local `ar_alt`. In the ` resources/views/pages/show.blade.php` the Actions was not loaded form translations. --- <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:19:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5892