Rename 'resources' directory to 'locales' (#20095)

This commit is contained in:
Jon Koops 2023-05-03 07:38:02 +00:00 committed by GitHub
parent ff284182ba
commit 20772dbdde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
348 changed files with 4 additions and 4 deletions

View file

@ -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