mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Improve localization support
- nDPI categories are now localized (see getCategoryLabel) - Add some missing localization in plugins/user scripts pages
This commit is contained in:
parent
dcad4a80ff
commit
b0520ee189
26 changed files with 153 additions and 43 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue