mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-10 16:25:47 +00:00
9 lines
130 B
PHP
9 lines
130 B
PHP
![]() |
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
// get locale from path
|
||
|
$locale = basename(__DIR__);
|
||
|
|
||
|
return load_plugins_translations($locale);
|