[PR #1499] [MERGED] Add Languages #1419

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1499
Author: @notAreYouScared
Created: 7/8/2025
Status: Merged
Merged: 7/9/2025
Merged by: @notAreYouScared

Base: mainHead: charles/import-lang


📝 Commits (3)

📊 Changes

337 files changed (+17295 additions, -5 deletions)

View changed files

📝 app/Filament/Pages/Auth/EditProfile.php (+3 -2)
📝 app/Providers/Filament/AdminPanelProvider.php (+3 -3)
📝 config/app.php (+2 -0)
lang/ar/activity.php (+122 -0)
lang/ar/admin/apikey.php (+27 -0)
lang/ar/admin/dashboard.php (+44 -0)
lang/ar/admin/databasehost.php (+73 -0)
lang/ar/admin/health.php (+60 -0)
lang/ar/admin/mount.php (+30 -0)
lang/ar/admin/role.php (+17 -0)
lang/ar/admin/user.php (+18 -0)
lang/ar/command/messages.php (+57 -0)
lang/ar/commands.php (+73 -0)
lang/ar/exceptions.php (+64 -0)
lang/ar/pagination.php (+19 -0)
lang/ar/passwords.php (+22 -0)
lang/ar/profile.php (+54 -0)
lang/ar/search.php (+9 -0)
lang/ar/validation.php (+101 -0)
lang/be/activity.php (+122 -0)

...and 80 more files

📄 Description

Not all languages are 100%; what is done has been added. I will start adding them before every release so they're updated.


🔄 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/pelican-dev/panel/pull/1499 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/import-lang` --- ### 📝 Commits (3) - [`88125b3`](https://github.com/pelican-dev/panel/commit/88125b38a5056f349774b6b803c80ee0fb1e1f4d) Add Langs - [`4ea3105`](https://github.com/pelican-dev/panel/commit/4ea310582572f8da461217f56d46384aef36c408) pint - [`8a85005`](https://github.com/pelican-dev/panel/commit/8a850055c862a2ace8e5e8c020d14083d3ed583e) fix navigation groups being out of order ### 📊 Changes **337 files changed** (+17295 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Auth/EditProfile.php` (+3 -2) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+3 -3) 📝 `config/app.php` (+2 -0) ➕ `lang/ar/activity.php` (+122 -0) ➕ `lang/ar/admin/apikey.php` (+27 -0) ➕ `lang/ar/admin/dashboard.php` (+44 -0) ➕ `lang/ar/admin/databasehost.php` (+73 -0) ➕ `lang/ar/admin/health.php` (+60 -0) ➕ `lang/ar/admin/mount.php` (+30 -0) ➕ `lang/ar/admin/role.php` (+17 -0) ➕ `lang/ar/admin/user.php` (+18 -0) ➕ `lang/ar/command/messages.php` (+57 -0) ➕ `lang/ar/commands.php` (+73 -0) ➕ `lang/ar/exceptions.php` (+64 -0) ➕ `lang/ar/pagination.php` (+19 -0) ➕ `lang/ar/passwords.php` (+22 -0) ➕ `lang/ar/profile.php` (+54 -0) ➕ `lang/ar/search.php` (+9 -0) ➕ `lang/ar/validation.php` (+101 -0) ➕ `lang/be/activity.php` (+122 -0) _...and 80 more files_ </details> ### 📄 Description Not all languages are 100%; what is done has been added. I will start adding them before every release so they're updated. --- <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 18:13:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1419