Implemented translation via Yandex service.

This commit is contained in:
2024-09-16 22:22:24 +05:00
parent 82dc0b9f99
commit 0d13d602a7
12 changed files with 491 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?php declare(strict_types=1);
namespace korElf\TranslateLaravel\Exceptions;
use RuntimeException;
class TranslateException extends RuntimeException
{
}