(value, key, options, translator)
| 5 | } |
| 6 | |
| 7 | process (value, key, options, translator) { |
| 8 | const removeAI = value.replace(/^\[AI_TRANSLATION\]/, '') |
| 9 | return removeAI |
| 10 | } |
| 11 | } |
| 12 | AIPostProcessor.type = 'postProcessor' |
| 13 | module.exports = AIPostProcessor |
nothing calls this directly
no outgoing calls
no test coverage detected