Skip to content

Commit 6f4a6ed

Browse files
author
Sanjay
committed
Fixed issue krayin#26
1 parent d50d8db commit 6f4a6ed

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

src/Config/acl.php

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,15 @@
77
'name' => 'google::app.title',
88
'route' => 'admin.google.index',
99
'sort' => 2,
10-
]
10+
],[
11+
'key' => 'google.view',
12+
'name' => 'google::app.view',
13+
'route' => 'admin.google.index',
14+
'sort' => 1,
15+
], [
16+
'key' => 'google.sync',
17+
'name' => 'google::app.sync',
18+
'route' => 'admin.google.calendar.sync',
19+
'sort' => 2,
20+
],
1121
];

src/Resources/lang/ar/app.php

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
'calendar' => 'تقويم',
66
'meet' => 'يجتمع',
77
'back' => 'عودة ',
8+
'view' => 'رأي',
9+
'sync' => 'مزامنة',
810
'connect-google-calendar' => 'ربط تقويم جوجل',
911
'connect-google-meet' => 'قم بتوصيل جوجل ميت',
1012
'google-calendar' => 'تقويم جوجل',

src/Resources/lang/en/app.php

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
'calendar' => 'Calendar',
66
'meet' => 'Meet',
77
'back' => 'Back',
8+
'view' => 'View',
9+
'sync' => 'Sync',
810
'connect-google-calendar' => 'Connect Google Calendar',
911
'connect-google-meet' => 'Connect Google Meet',
1012
'google-calendar' => 'Google Calendar',

0 commit comments

Comments
 (0)