mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
8 lines
130 B
PHP
8 lines
130 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
// get locale from path
|
|
$locale = basename(__DIR__);
|
|
|
|
return load_plugins_translations($locale);
|