Update to load locales files in html folder (#11)

* Added de.js

Added forgotten de.js for german translation.

* Update to load locales files in html folder

Updated the file to load all locales files in the html/locales folder.
This commit is contained in:
X00LA
2021-06-11 07:37:54 +02:00
committed by GitHub
parent adc1db4131
commit fcfcb2b534
+1 -3
View File
@@ -31,7 +31,5 @@ files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js',
'html/locales/fr.js',
'html/locales/en.js',
'html/locales/pl.js',
'html/locales/*.js',
}