Update translation.html
Browse files- translation.html +1 -1
translation.html
CHANGED
|
@@ -99,7 +99,7 @@
|
|
| 99 |
document.getElementById("outputArea2").innerText = JSON.stringify(result, null, 2);
|
| 100 |
} catch (error) {
|
| 101 |
console.error("Error during translation:", error);
|
| 102 |
-
|
| 103 |
}
|
| 104 |
}
|
| 105 |
|
|
|
|
| 99 |
document.getElementById("outputArea2").innerText = JSON.stringify(result, null, 2);
|
| 100 |
} catch (error) {
|
| 101 |
console.error("Error during translation:", error);
|
| 102 |
+
|
| 103 |
}
|
| 104 |
}
|
| 105 |
|