8
0
Fork 0
ExtSearch/phpunuhi.xml

39 Zeilen
1.3 KiB
XML

2024-02-09 18:44:23 +01:00
<phpunuhi
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../boxblinkracer/phpunuhi/config.xsd"
>
<translations>
<set name="Backend">
<rules>
<nestingDepth>3</nestingDepth>
</rules>
<styles>
<style>upper</style>
<style>snake</style>
</styles>
<format>
<php/>
</format>
<locales>
<locale name="de">./Application/views/%locale_lc%/d3_extsearch_translations.php</locale>
<locale name="en">./Application/views/%locale_lc%/d3_extsearch_translations.php</locale>
</locales>
</set>
<set name="Frontend">
<rules>
<nestingDepth>3</nestingDepth>
</rules>
<styles>
<style>upper</style>
<style>snake</style>
</styles>
<format>
<php/>
</format>
<locales>
<locale name="de">./Application/translations/%locale_lc%/d3_extsearch_translations.php</locale>
<locale name="en">./Application/translations/%locale_lc%/d3_extsearch_translations.php</locale>
</locales>
</set>
</translations>
</phpunuhi>