diff --git a/scripts/uosc_shared/lib/intl.lua b/scripts/uosc_shared/lib/intl.lua index b07197b..486bc48 100644 --- a/scripts/uosc_shared/lib/intl.lua +++ b/scripts/uosc_shared/lib/intl.lua @@ -44,6 +44,8 @@ function make_locale() lang = languages[i] if (lang:match('.json$')) then table_assign(translations, get_locale_from_json(lang)) + elseif (lang == 'en') then + translations = {} else table_assign(translations, get_locale_from_json('~~/scripts/uosc_shared/intl/' .. lang:lower() .. '.json')) end