[PR #1623] [MERGED] Create custom number format method to catch invalid languages on php 8.4 #1494

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1623
Author: @Boy132
Created: 8/19/2025
Status: Merged
Merged: 8/31/2025
Merged by: @Boy132

Base: mainHead: boy132/custom-number-format


📝 Commits (2)

  • 86532ca create custom number format method to catch invalid languages on php 8.4
  • f5f27b0 catch Throwable and add fallback for locale

📊 Changes

9 files changed (+26 additions, -21 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php (+2 -3)
📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php (+4 -5)
📝 app/Filament/Server/Pages/Settings.php (+1 -2)
📝 app/Filament/Server/Widgets/ServerCpuChart.php (+1 -2)
📝 app/Filament/Server/Widgets/ServerMemoryChart.php (+1 -2)
📝 app/Filament/Server/Widgets/ServerOverview.php (+2 -3)
📝 app/Livewire/ServerEntry.php (+1 -1)
📝 app/Models/Server.php (+1 -2)
📝 app/helpers.php (+13 -1)

📄 Description

image

#SavePirateLanguage


🔄 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/1623 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/custom-number-format` --- ### 📝 Commits (2) - [`86532ca`](https://github.com/pelican-dev/panel/commit/86532ca1b9927660fba058b0f047b4af5fce19f7) create custom number format method to catch invalid languages on php 8.4 - [`f5f27b0`](https://github.com/pelican-dev/panel/commit/f5f27b0060ad9003b3930370b8960f6292a59073) catch Throwable and add fallback for locale ### 📊 Changes **9 files changed** (+26 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php` (+2 -3) 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php` (+4 -5) 📝 `app/Filament/Server/Pages/Settings.php` (+1 -2) 📝 `app/Filament/Server/Widgets/ServerCpuChart.php` (+1 -2) 📝 `app/Filament/Server/Widgets/ServerMemoryChart.php` (+1 -2) 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+2 -3) 📝 `app/Livewire/ServerEntry.php` (+1 -1) 📝 `app/Models/Server.php` (+1 -2) 📝 `app/helpers.php` (+13 -1) </details> ### 📄 Description <img width="773" height="224" alt="image" src="https://github.com/user-attachments/assets/b3e6754e-9eb4-402f-9f3b-5690c555df70" /> #SavePirateLanguage --- <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:15:36 +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#1494