mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1499] [MERGED] Add Languages #1419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:charles/import-lang📝 Commits (3)
88125b3Add Langs4ea3105pint8a85005fix navigation groups being out of order📊 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.