translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

89
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f8edc238cb25b41635b830d1f8cb78f8",
"content-hash": "be3c3ff78f2eaafd723ef2e5a6c235ca",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -148,6 +148,93 @@
],
"time": "2026-02-21T08:51:10+00:00"
},
{
"name": "bezhansalleh/filament-language-switch",
"version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/bezhanSalleh/filament-language-switch.git",
"reference": "737ed66c8c9a79e73e582980d77892e37713622a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bezhanSalleh/filament-language-switch/zipball/737ed66c8c9a79e73e582980d77892e37713622a",
"reference": "737ed66c8c9a79e73e582980d77892e37713622a",
"shasum": ""
},
"require": {
"filament/filament": "^4.0|^5.0",
"illuminate/contracts": "^11.28|^12.0|^13.0",
"illuminate/support": "^11.28|^12.0|^13.0",
"php": "^8.2",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"larastan/larastan": "^3.0",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0|^10.0|^11.0",
"pestphp/pest": "^3.8|^4.0",
"pestphp/pest-plugin-laravel": "^3.2|^4.0",
"pestphp/pest-plugin-livewire": "^3.0|^4.0",
"pestphp/pest-plugin-type-coverage": "^3.6|^4.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^11.0|^12.0",
"rector/jack": "^0.4.0",
"rector/rector": "^2.2",
"spatie/laravel-ray": "^1.43"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"BezhanSalleh\\LanguageSwitch\\LanguageSwitchServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BezhanSalleh\\LanguageSwitch\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bezhan Salleh",
"email": "bezhan_salleh@yahoo.com",
"role": "Developer"
}
],
"description": "Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin",
"homepage": "https://github.com/bezhansalleh/filament-language-switch",
"keywords": [
"bezhanSalleh",
"filament-language-changer",
"filament-language-switch",
"filament-locale-changer",
"filament-localizer",
"filament-plugin",
"filamentphp",
"laravel"
],
"support": {
"issues": "https://github.com/bezhanSalleh/filament-language-switch/issues",
"source": "https://github.com/bezhanSalleh/filament-language-switch/tree/5.0.0"
},
"funding": [
{
"url": "https://github.com/bezhanSalleh",
"type": "github"
}
],
"time": "2026-06-27T23:33:56+00:00"
},
{
"name": "bezhansalleh/filament-plugin-essentials",
"version": "1.3.0",