Added the ability to automatically translate simple text.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
<h3 id="category" class="mb-4">{{ __('admin-sections.Translations') }}</h3>
|
||||
<div class="table-responsive">
|
||||
<form method="post" action="{{ route('admin.projects.translations.update', ['project' => $project->id, 'language' => $language->id]) }}">
|
||||
@if($serviceTranslationEnable)
|
||||
<x-volt.forms.checkbox :title="__('Automatic translation')" name="translate-automatically"
|
||||
:user-value="1" class="language-content" checkbox-value="1"
|
||||
not-checked-value="0"/><br>
|
||||
@endif
|
||||
<table class="table table-centered table-nowrap mb-0 rounded">
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user