Merge pull request #451 from OWASP/fix-language

Fix language
This commit is contained in:
Ali Razmjoo 2021-09-12 15:24:42 +02:00 committed by GitHub
commit 54ec990e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -190,7 +190,8 @@ def languages_to_country():
"ur": "pk",
"id": "id",
"es": "es",
"iw": "il"
"iw": "il",
"pt-br": "br"
}
for language in languages:
res += """<option {2} id="{0}" data-content='<span class="flag-icon flag-icon-{1}"

View File

@ -286,7 +286,7 @@ $(document).ready(function () {
selected_modules: selected_modules,
graph_name: graph_name,
language: language,
report_path_filename: $("#report_path_filename").val(),
report_path_filename: $("#output_file").val(),
scan_ip_range: p_1,
scan_subdomains: p_3,
ping_before_scan: p_2,