(origin)
| 910 | return GM_getValue('systemMsg', this.system); |
| 911 | }, |
| 912 | getUserMsg(origin) { |
| 913 | let userMsg = GM_getValue('userMsg', this.user_pre + this.user_post); |
| 914 | return userMsg.replace('{{origin}}', origin).replace('{{to}}', langManager.getTo()); |
| 915 | } |
| 916 | } |
| 917 | |
| 918 | function translate(node) { |
nothing calls this directly
no outgoing calls
no test coverage detected