Added Korean and French translations

This commit is contained in:
Luca Deri 2024-06-29 17:01:09 +02:00
parent 2fa03ec679
commit 83675998ee
10 changed files with 16789 additions and 9 deletions

View file

@ -61,7 +61,7 @@ if not host then
}}
local host = hostkey2hostinfo(selected_ip)
if not isEmptyString(host) and (isIPv4(host.host) or isIPv6(host.host)) then
if((not isEmptyString(host)) and (not isEmptyString(host.host)) and (isIPv4(host.host) or isIPv6(host.host))) then
local newFilter = {
key = "flowhosts_type",
value = selected_ip,