forked from mollie/Shopware6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.phpunuhi.xml
34 lines (31 loc) · 1.29 KB
/
.phpunuhi.xml
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
<phpunuhi
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/boxblinkracer/phpunuhi/main/config.xsd"
>
<translations>
<set name="administration">
<format>
<json indent="2"/>
</format>
<locales>
<locale name="de-DE">./src/Resources/app/administration/src/snippet/de-DE.json</locale>
<locale name="en-GB">./src/Resources/app/administration/src/snippet/en-GB.json</locale>
<locale name="nl-NL">./src/Resources/app/administration/src/snippet/nl-NL.json</locale>
</locales>
</set>
<set name="storefront">
<format>
<json indent="2"/>
</format>
<styles>
<style>camel</style>
<style>kebab</style>
</styles>
<locales>
<locale name="de-DE">./src/Resources/snippet/de_DE/mollie-payments.de-DE.json</locale>
<locale name="en-GB">./src/Resources/snippet/en_GB/mollie-payments.en-GB.json</locale>
<locale name="nl-NL">./src/Resources/snippet/nl_NL/mollie-payments.nl-NL.json</locale>
</locales>
</set>
</translations>
</phpunuhi>