Rename 'resources' directory to 'locales' (#20095)
This commit is contained in:
parent
ff284182ba
commit
20772dbdde
348 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
<directory>dist</directory>
|
||||
<targetPath>theme/keycloak.v2/admin/resources</targetPath>
|
||||
<includes>
|
||||
<include>resources/en/**</include>
|
||||
<include>locales/en/**</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<directory>dist</directory>
|
||||
<targetPath>theme/keycloak.v2/admin/resources</targetPath>
|
||||
<includes>
|
||||
<include>resources/**</include>
|
||||
<include>locales/**</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<targetPath>theme/keycloak.v2/admin/resources</targetPath>
|
||||
<excludes>
|
||||
<exclude>index.html</exclude>
|
||||
<exclude>resources/**</exclude>
|
||||
<exclude>locales/**</exclude>
|
||||
</excludes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue