Commit fa035012 authored by Milo Casagrande's avatar Milo Casagrande

Added localization for JS string.

parent f4619e53
......@@ -51,7 +51,7 @@ $(function() {
}
if(data.length == 0) {
relatedQuestionsDiv.html('<br /><br /><div align="center">No questions like this have been found.</div>');
relatedQuestionsDiv.html('<br /><br /><div align="center">Non &egrave; stata trovata alcuna domanda simile.</div>');
return;
}
......@@ -101,4 +101,4 @@ $(function() {
$('#editor')[0].focus();
}
}
});
\ No newline at end of file
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment