How to keep "Looks up a localized string similar to" in a defined language? #523
Unanswered
darioinova
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
the only annoying issue in this amazing extension deals with the autogenerated comments.
Is there any way to force the comments to be always in, let say, English?
We are working in a team with different OS language setup.
Adding a translation generates comments in English or in Italian.
///
/// Cerca una stringa localizzata simile a STRING.
///
vs
///
/// Looks up a localized string similar to STRING.
///
The mess is keeping track using Git ... every line is a change.
We've missed a lot of merge neglecting the changes.
Or, is there any better way to do this?
thanks a lot!!!
Beta Was this translation helpful? Give feedback.
All reactions