diff options
author | Minteck <contact@minteck.org> | 2021-12-01 22:17:16 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-01 22:17:16 +0100 |
commit | bce13ee94deb2a4914784bb4268dc1d7bc0f11ed (patch) | |
tree | 4241baf94ebc38dfb6ac7681943e7b6724515528 /.idea/webResources.xml | |
parent | e9e6d2f9ddabbd1b201659ff01b9e3871a16f131 (diff) | |
download | wolfeye-js-bce13ee94deb2a4914784bb4268dc1d7bc0f11ed.tar.gz wolfeye-js-bce13ee94deb2a4914784bb4268dc1d7bc0f11ed.tar.bz2 wolfeye-js-bce13ee94deb2a4914784bb4268dc1d7bc0f11ed.zip |
Preparing i18n
Diffstat (limited to '.idea/webResources.xml')
-rw-r--r-- | .idea/webResources.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.idea/webResources.xml b/.idea/webResources.xml index c83086b..e88103e 100644 --- a/.idea/webResources.xml +++ b/.idea/webResources.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="WebResourcesPaths"> - <contentEntries> - <entry url="file://$PROJECT_DIR$"> - <entryData> - <resourceRoots> - <path value="file://$PROJECT_DIR$/htdocs/public" /> - </resourceRoots> - </entryData> - </entry> - </contentEntries> - </component> +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="WebResourcesPaths">
+ <contentEntries>
+ <entry url="file://$PROJECT_DIR$">
+ <entryData>
+ <resourceRoots>
+ <path value="file://$PROJECT_DIR$/htdocs/public" />
+ </resourceRoots>
+ </entryData>
+ </entry>
+ </contentEntries>
+ </component>
</project>
\ No newline at end of file |