-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
module.json
29 lines (29 loc) · 1.06 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "FilamentTranslations",
"alias": "filament-translations",
"description": {
"ar": "قم بترجمة وإدارة النظام الخاص بك بسهولة",
"en": "Manage your translation with DB and cache",
"gr": "Manage your translation with DB and cache",
"sp": "Manage your translation with DB and cache"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentTranslations\\FilamentTranslationsServiceProvider"
],
"files": [],
"title": {
"ar": "مدير الترجمات",
"en": "Translations Manager",
"gr": "Translations Manager",
"sp": "Translations Manager"
},
"color": "#cc1448",
"icon": "heroicon-c-shopping-bag",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-translations/master/arts/3x1io-tomato-translations.jpg",
"type": "plugin",
"version": "v2.0.4",
"github" : "https://github.com/tomatophp/filament-translations",
"docs" : "https://github.com/tomatophp/filament-translations"
}