From aac916efc68af978c7f4bc094fc7b51508f46716 Mon Sep 17 00:00:00 2001 From: "Leon.Schmidt" <159480018+leonw21342315@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:08:43 +0200 Subject: [PATCH] Update fxmanifest.lua (#40) --- sky_phone/fxmanifest.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sky_phone/fxmanifest.lua b/sky_phone/fxmanifest.lua index 36657e2..451a6df 100644 --- a/sky_phone/fxmanifest.lua +++ b/sky_phone/fxmanifest.lua @@ -30,9 +30,7 @@ shared_scripts { client_scripts { 'config/config.lua', - 'config/locales/en.lua', - 'config/locales/de.lua', - 'config/locales/es.lua', + 'config/locales/*.lua', 'source/bridge/client/callbacks.lua', 'source/client/phone_configurator.lua', 'source/bridge/client/framework.lua',