New translations plugin.php (Korean)

[ci skip]
This commit is contained in:
crowdin 2024-07-04 13:48:21 +00:00
parent d7374423fa
commit 8576ee196c

View File

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