Move user scripts localization to the main localization file

This commit is contained in:
emanuele-f 2020-01-24 11:58:57 +01:00
parent 0e2e8c61c4
commit 2d7b7c86e6
11 changed files with 22 additions and 32 deletions

View file

@ -26,8 +26,8 @@ local script = {
-- Allow user script configuration from the GUI
gui = {
-- Localization strings, from the "locales" directory of the plugin
i18n_title = "flow_logger.title",
i18n_description = "flow_logger.description",
i18n_title = "alerts_dashboard.flow_logger",
i18n_description = "alerts_dashboard.flow_logger_descr",
-- TODO: draw config gui
}