I am internationalizing my app, and after adding Serbian and Russian languages, I started getting unexpected character errors as per How to fix ICU Lexing Error: Unexpected character in Flutter
Implementing the fix there ", add the following to your l10n.yaml file:
use-escaping: true
"
however started causing hundreds of alerts for single quotes. Eg in my French files that had no issues before. Any tips for a quick fix?