Localize flow and SNMP devices pages

This commit is contained in:
emanuele-f 2018-03-01 20:15:10 +01:00
parent d7817395de
commit b0bee269c2
2 changed files with 74 additions and 6 deletions

View file

@ -13,6 +13,7 @@ print[[
var i18n = {
"no_results_found": "]] print(i18n("no_results_found")) print[[",
"change_number_of_rows": "]] print(i18n("change_number_of_rows")) print[[",
"no_data_available": "]] print(i18n("no_data_available")) print[[",
};
</script>]]