feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'साइन आउट',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'उपयोगकर्ता विकल्प सूची',
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'डार्क मोड टॉगल करें',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'लाइट मोड टॉगल करें',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user