Added settings for translation into other languages in the project.
This commit is contained in:
@@ -16,4 +16,5 @@ return [
|
||||
'Documentation version' => 'Documentation version',
|
||||
'Documentation' => 'Documentation',
|
||||
'Categories' => 'Categories',
|
||||
'Setting up automatic translation' => 'Setting up automatic translation',
|
||||
];
|
||||
|
@@ -9,6 +9,8 @@ return [
|
||||
'Allowed to edit' => 'Allowed to edit',
|
||||
'Allowed to delete' => 'Allowed to delete',
|
||||
|
||||
'Setting up automatic translation' => 'Setting up automatic translation',
|
||||
|
||||
'Administrative panel allowed' => 'Administrative panel allowed',
|
||||
'AdminPanel' => 'Administrative panel allowed',
|
||||
|
||||
|
@@ -308,5 +308,8 @@ return [
|
||||
'content.*.content' => 'content',
|
||||
'category_id' => 'category',
|
||||
'content_images' => 'content images',
|
||||
'source_language_id' => 'source language identifier',
|
||||
'translate_from_language' => 'translate from language',
|
||||
'translate-automatically.*' => 'translate automatically',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user