boxblinkracer / phpunuhi

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

Placeholders in filenames #21

Closed boxblinkracer closed 1 year ago

boxblinkracer commented 1 year ago

It would be great if the locale name could be used as placeholder in the file path

sometimes folders AND the file name contain the locale, and this would be better for maintaining things

        <locales>
            <locale name="en-GB">./{locale}/xxxx/{locale}.json</locale>
        </locales>