boxblinkracer / phpunuhi

PHPUnuhi - The easy composable framework to validate and manage translations
MIT License
72 stars 6 forks source link

Add "basePath" for locale list #37

Closed boxblinkracer closed 9 months ago

boxblinkracer commented 10 months ago

it would be great to have the option to specify a basePath for all locales

<locales basePath="/my-path/translations">
    <locale name="en">%basePath%/en.ini</locale>
    <locale name="de">%basePath%/de.ini</locale>
</locales>