boxblinkracer / phpunuhi

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

Allow imports of sub configuration files #38

Closed boxblinkracer closed 9 months ago

boxblinkracer commented 10 months ago

It would be good to have the option to create separate configuration files and import those in the main file

<translations>

     <import file="....."/>
     <import file="....."/>

    <set name..../>

</translations>