Improve localization support

- nDPI categories are now localized (see getCategoryLabel)
- Add some missing localization in plugins/user scripts pages
This commit is contained in:
emanuele-f 2020-03-03 18:24:24 +01:00
parent dcad4a80ff
commit b0520ee189
26 changed files with 153 additions and 43 deletions

View file

@ -113,7 +113,7 @@ page_utils.menu_entries = {
plugins = {key = "plugins", i18n_title = "plugins", section = "dev"},
user_scripts = {key = "user_scripts", i18n_title = "about.user_scripts", section = "dev"},
alert_definitions = {key = "alert_definitions", i18n_title = "about.alert_defines", section = "dev"},
api = {key = "api", i18n_title = "Lua/C API", section = "dev"},
api = {key = "api", i18n_title = "lua_c_api", section = "dev"},
-- Help
about = {key = "about", i18n_title = "about.about", section = "about"},