[PR #994] [MERGED] Fix Translations #1105

Closed
opened 2026-02-04 19:17:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/994
Author: @rmartinoscar
Created: 2/10/2025
Status: Merged
Merged: 2/12/2025
Merged by: @rmartinoscar

Base: mainHead: fix/Translations


📝 Commits (8)

  • c948c3e Fix copy paste AllocationsRelationManager
  • e156ee4 We shouldn't let the user know if the user is correct but the password isn't
  • 4c8f396 Add missing trans() EditServer
  • 617cec7 Add missing trans() User ServersRelationManager
  • 26cc442 Replace every __() with trans() helper
  • c30df07 Fix exceptions User Model
  • 677b33b Replace Translator->get() with trans() helper
  • d68b1e8 Revert "We shouldn't let the user know if the user is correct but the password isn't"

📊 Changes

16 files changed (+62 additions, -78 deletions)

View changed files

📝 app/Console/Commands/Environment/DatabaseSettingsCommand.php (+10 -10)
📝 app/Console/Commands/Node/MakeNodeCommand.php (+19 -19)
📝 app/Console/Commands/Node/NodeConfigurationCommand.php (+2 -2)
📝 app/Console/Commands/Overrides/KeyGenerateCommand.php (+3 -3)
📝 app/Console/Commands/Schedule/ProcessRunnableCommand.php (+2 -2)
📝 app/Console/Commands/UpgradeCommand.php (+10 -10)
📝 app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php (+1 -1)
📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+1 -1)
📝 app/Filament/Admin/Resources/UserResource/RelationManagers/ServersRelationManager.php (+1 -1)
📝 app/Filament/Pages/Auth/Login.php (+1 -1)
📝 app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php (+1 -1)
📝 app/Http/Controllers/Api/Application/Mounts/MountController.php (+1 -11)
📝 app/Models/User.php (+2 -2)
📝 app/Services/Nodes/NodeDeletionService.php (+1 -9)
📝 app/Traits/Commands/RequestRedisSettingsTrait.php (+5 -5)
📝 lang/en/exceptions.php (+2 -0)

📄 Description

Translations: When you think you are done its just the beginning


🔄 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/994 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/Translations` --- ### 📝 Commits (8) - [`c948c3e`](https://github.com/pelican-dev/panel/commit/c948c3ea2e2124371bdcfd14a40308279b2c4d61) Fix copy paste AllocationsRelationManager - [`e156ee4`](https://github.com/pelican-dev/panel/commit/e156ee4b38e9e969662a532648c78fdc1e9b0166) We shouldn't let the user know if the user is correct but the password isn't - [`4c8f396`](https://github.com/pelican-dev/panel/commit/4c8f3964c7e3e3bde52d24d387d5dc20837f45bb) Add missing `trans()` `EditServer` - [`617cec7`](https://github.com/pelican-dev/panel/commit/617cec773e2e51b9fb80996020e76ec108b0fe37) Add missing `trans()` User `ServersRelationManager` - [`26cc442`](https://github.com/pelican-dev/panel/commit/26cc442cdc013093973def94ad936a5daa5837d5) Replace every `__()` with `trans()` helper - [`c30df07`](https://github.com/pelican-dev/panel/commit/c30df07ce8c66d32968ec41cb550b5ed535afaed) Fix `exceptions` `User` Model - [`677b33b`](https://github.com/pelican-dev/panel/commit/677b33bd2d98a2014080ccc20ed96fb679de89d7) Replace `Translator->get()` with `trans()` helper - [`d68b1e8`](https://github.com/pelican-dev/panel/commit/d68b1e88c8471575941bffc37b30c65bf4dc0b2c) Revert "We shouldn't let the user know if the user is correct but the password isn't" ### 📊 Changes **16 files changed** (+62 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/DatabaseSettingsCommand.php` (+10 -10) 📝 `app/Console/Commands/Node/MakeNodeCommand.php` (+19 -19) 📝 `app/Console/Commands/Node/NodeConfigurationCommand.php` (+2 -2) 📝 `app/Console/Commands/Overrides/KeyGenerateCommand.php` (+3 -3) 📝 `app/Console/Commands/Schedule/ProcessRunnableCommand.php` (+2 -2) 📝 `app/Console/Commands/UpgradeCommand.php` (+10 -10) 📝 `app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php` (+1 -1) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+1 -1) 📝 `app/Filament/Admin/Resources/UserResource/RelationManagers/ServersRelationManager.php` (+1 -1) 📝 `app/Filament/Pages/Auth/Login.php` (+1 -1) 📝 `app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php` (+1 -1) 📝 `app/Http/Controllers/Api/Application/Mounts/MountController.php` (+1 -11) 📝 `app/Models/User.php` (+2 -2) 📝 `app/Services/Nodes/NodeDeletionService.php` (+1 -9) 📝 `app/Traits/Commands/RequestRedisSettingsTrait.php` (+5 -5) 📝 `lang/en/exceptions.php` (+2 -0) </details> ### 📄 Description _Translations: When you think you are done its just the beginning_ --- <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-04 19:17:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1105