Markus Willems
Results
2
comments of
Markus Willems
I believe it makes sense to only translate code comments and otherwise leave the code as is. For example instead of: ```jsx import React, { useState } from 'react'; function...
> I think we should translate comments and plaintext, but not function names, components or class names. That appears to be a good compromise. However, what's the official (if any)...