New translations plugin.php (Galician)

[ci skip]
This commit is contained in:
crowdin 2024-07-04 13:50:22 +00:00
parent b83fa76dff
commit 1aeb0ed876

View File

@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
// get locale from path
$locale = basename(__DIR__);
return load_plugins_translations($locale);