(statusText)
| 16 | */ |
| 17 | |
| 18 | export function status(statusText) { |
| 19 | console.log(statusText); |
| 20 | document.getElementById('status').textContent = statusText; |
| 21 | } |
| 22 | |
| 23 | export function setEnglish(text, translate) { |
| 24 | document.getElementById('englishSentence').value = text; |
nothing calls this directly
no outgoing calls
no test coverage detected