-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathphpunuhi.xml
More file actions
28 lines (27 loc) · 1.14 KB
/
phpunuhi.xml
File metadata and controls
28 lines (27 loc) · 1.14 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
<phpunuhi
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/boxblinkracer/phpunuhi/config.xsd"
>
<translations>
<set name="Admin components">
<format>
<json indent="2"/>
</format>
<locales basePath="./src/Resources/app/administration/src/module/postnl-order/snippet">
<locale name="en-GB" base="true">%base_path%/en-GB.json</locale>
<locale name="de-DE">%base_path%/de-DE.json</locale>
<locale name="nl-NL">%base_path%/nl-NL.json</locale>
</locales>
</set>
<set name="Storefront JSON">
<format>
<json indent="2" sort="true"/>
</format>
<locales basePath="./src/Resources/snippet">
<locale name="en-GB" base="true">%base_path%/en_GB/storefront.en-GB.json</locale>
<locale name="de-DE">%base_path%/de_DE/storefront.de-DE.json</locale>
<locale name="nl-NL">%base_path%/nl_NL/storefront.nl-NL.json</locale>
</locales>
</set>
</translations>
</phpunuhi>