mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
add lang: cs
This commit is contained in:
10
app/Repositories/LangRepository.php
Normal file
10
app/Repositories/LangRepository.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repositories;
|
||||
|
||||
class LangRepository extends BaseRepository
|
||||
{
|
||||
private static array $langToLocale = [
|
||||
'Czech' => 'cs',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user