[PR #28] [CLOSED] adding arabic lang #567

Closed
opened 2026-02-05 17:47:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/28
Author: @Turkidev
Created: 4/13/2024
Status: Closed

Base: 3.xHead: 3.x


📝 Commits (1)

📊 Changes

30 files changed (+1051 additions, -409 deletions)

View changed files

lang/ar/activity.php (+130 -0)
lang/ar/admin/eggs.php (+19 -0)
lang/ar/admin/node.php (+15 -0)
lang/ar/admin/server.php (+27 -0)
lang/ar/admin/user.php (+12 -0)
lang/ar/auth.php (+27 -0)
lang/ar/command/messages.php (+59 -0)
lang/ar/dashboard/account.php (+28 -0)
lang/ar/dashboard/index.php (+8 -0)
lang/ar/exceptions.php (+55 -0)
lang/ar/pagination.php (+17 -0)
lang/ar/passwords.php (+19 -0)
lang/ar/server/users.php (+33 -0)
lang/ar/strings.php (+95 -0)
lang/ar/validation.php (+106 -0)
📝 lang/en/activity.php (+80 -88)
📝 lang/en/admin/eggs.php (+9 -9)
📝 lang/en/admin/node.php (+7 -7)
📝 lang/en/admin/server.php (+19 -19)
📝 lang/en/admin/user.php (+4 -4)

...and 10 more files

📄 Description

No description provided


🔄 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/28 **Author:** [@Turkidev](https://github.com/Turkidev) **Created:** 4/13/2024 **Status:** ❌ Closed **Base:** `3.x` ← **Head:** `3.x` --- ### 📝 Commits (1) - [`f6d20db`](https://github.com/pelican-dev/panel/commit/f6d20db5122f29ce39571096590d8c3ce3efdd36) adding arabic lang ### 📊 Changes **30 files changed** (+1051 additions, -409 deletions) <details> <summary>View changed files</summary> ➕ `lang/ar/activity.php` (+130 -0) ➕ `lang/ar/admin/eggs.php` (+19 -0) ➕ `lang/ar/admin/node.php` (+15 -0) ➕ `lang/ar/admin/server.php` (+27 -0) ➕ `lang/ar/admin/user.php` (+12 -0) ➕ `lang/ar/auth.php` (+27 -0) ➕ `lang/ar/command/messages.php` (+59 -0) ➕ `lang/ar/dashboard/account.php` (+28 -0) ➕ `lang/ar/dashboard/index.php` (+8 -0) ➕ `lang/ar/exceptions.php` (+55 -0) ➕ `lang/ar/pagination.php` (+17 -0) ➕ `lang/ar/passwords.php` (+19 -0) ➕ `lang/ar/server/users.php` (+33 -0) ➕ `lang/ar/strings.php` (+95 -0) ➕ `lang/ar/validation.php` (+106 -0) 📝 `lang/en/activity.php` (+80 -88) 📝 `lang/en/admin/eggs.php` (+9 -9) 📝 `lang/en/admin/node.php` (+7 -7) 📝 `lang/en/admin/server.php` (+19 -19) 📝 `lang/en/admin/user.php` (+4 -4) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <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 17:47:33 +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#567