mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
8 lines
94 B
PHP
8 lines
94 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'user-information' => 'מידע משתמש',
|
|
];
|