fix: removed add-intl-directory
API
It doesn't make sense for uosc to be the internationalization provider for other scripts.
This commit is contained in:
@@ -1256,7 +1256,6 @@ mp.register_script_message('set-min-visibility', function(visibility, elements)
|
||||
end)
|
||||
mp.register_script_message('flash-elements', function(elements) Elements:flash(split(elements, ' *, *')) end)
|
||||
mp.register_script_message('overwrite-binding', function(name, command) key_binding_overwrites[name] = command end)
|
||||
mp.register_script_message('add-intl-directory', function(path) intl.add_directory(path) end)
|
||||
|
||||
--[[ ELEMENTS ]]
|
||||
|
||||
|
Reference in New Issue
Block a user