We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fce00ac + ae8ecaf commit 7d41423Copy full SHA for 7d41423
src/Language/ru/Auth.php
@@ -2,6 +2,15 @@
2
3
declare(strict_types=1);
4
5
+/**
6
+ * This file is part of CodeIgniter Shield.
7
+ *
8
+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9
10
+ * For the full copyright and license information, please view
11
+ * the LICENSE file that was distributed with this source code.
12
+ */
13
+
14
return [
15
// Exceptions
16
'unknownAuthenticator' => '{0} не является действительным аутентификатором.',
tests/Language/RussianTranslationTest.php
@@ -3,7 +3,7 @@
/**
- * This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
0 commit comments