add language dropdown

This commit is contained in:
2023-11-24 19:49:14 +05:00
parent 206582e195
commit 70546208a3
10 changed files with 1089 additions and 23 deletions

63
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": "09947809353f3e7cb6ef72488a67a75d",
"content-hash": "6ea0c2232f3e82763aa4a583ef25fece",
"packages": [
{
"name": "brick/math",
@@ -834,6 +834,63 @@
],
"time": "2023-10-06T06:47:41+00:00"
},
{
"name": "eolica/nova-locale-switcher",
"version": "dev-support-nova-4",
"source": {
"type": "git",
"url": "https://github.com/anditsung/nova-locale-switcher.git",
"reference": "ae3f6e2f230053cbe8c068d1a6daafcd64bba4f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/anditsung/nova-locale-switcher/zipball/ae3f6e2f230053cbe8c068d1a6daafcd64bba4f9",
"reference": "ae3f6e2f230053cbe8c068d1a6daafcd64bba4f9",
"shasum": ""
},
"require": {
"laravel/nova": "^4.6",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Eolica\\NovaLocaleSwitcher\\ToolServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Eolica\\NovaLocaleSwitcher\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "David Llobell",
"email": "dllobellmoya@gmail.com",
"role": "Developer"
}
],
"description": "A simple locale switcher for Nova without any concrete localization implementation",
"keywords": [
"eolica",
"laravel",
"locale",
"nova",
"switcher"
],
"support": {
"source": "https://github.com/anditsung/nova-locale-switcher/tree/support-nova-4"
},
"time": "2022-05-21T07:03:12+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.3.0",
@@ -9470,7 +9527,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"eolica/nova-locale-switcher": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {