From fcfcb2b534bb98126c1873731d1fa719bd693f05 Mon Sep 17 00:00:00 2001 From: X00LA Date: Fri, 11 Jun 2021 07:37:54 +0200 Subject: [PATCH] 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. --- fxmanifest.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 4280f8b6..786201b8 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -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', }