From 884cfea129b7f3ab40f5a657da27330a8c40fe7c Mon Sep 17 00:00:00 2001 From: Solareon <769465+solareon@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:14:46 -0700 Subject: [PATCH] fix(fxmanifest): add missing locales Some of the locales were missing from the fxmanifest making them unusable. --- fxmanifest.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fxmanifest.lua b/fxmanifest.lua index d86c5ba..5e8e9a8 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -85,6 +85,8 @@ shared_scripts { "locales/pt-BR.lua", "locales/ro-RO.lua", "locales/id.lua", + "locales/zh-CN.lua", + "locales/zh-TW.lua", "@ox_lib/init.lua" }