I’m working on the French (fr) translation of the Android client messages. When a single quote appears in a message, Transifex displays a warning:
![]()
Should I escape all single quotes like nom d\'utilisateur? Many suggestions don’t escape these characters

What is the correct way of using single quotes in Android resources in Transifex? I would not like to break the Android message resources because of missing or extra escape characters.
Thanks