-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunuhi.xml
More file actions
41 lines (41 loc) · 1.35 KB
/
phpunuhi.xml
File metadata and controls
41 lines (41 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<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>none</style>
<style>upper</style>
<style>snake</style>
</styles>
<format>
<php/>
</format>
<locales>
<locale name="de">./Application/views/%locale_lc%/translations.php</locale>
<locale name="en">./Application/views/%locale_lc%/translations.php</locale>
</locales>
</set>
<set name="Frontend">
<rules>
<nestingDepth>3</nestingDepth>
</rules>
<styles>
<style>none</style>
<style>upper</style>
<style>snake</style>
</styles>
<format>
<php/>
</format>
<locales>
<locale name="de">./Application/translations/%locale_lc%/translations.php</locale>
<locale name="en">./Application/translations/%locale_lc%/translations.php</locale>
</locales>
</set>
</translations>
</phpunuhi>