Should highlight variable interpolations inside msgid and msgstr.
Since every language has their own interpolation syntax (%(var_name)s for python, {{ xxx }} for some template languages, ${ooo} for JS tagged templates, etc), this requires a custom setting. Maybe a text box for the users to fill in regex?
Should highlight variable interpolations inside
msgidandmsgstr.Since every language has their own interpolation syntax (
%(var_name)sfor python,{{ xxx }}for some template languages,${ooo}for JS tagged templates, etc), this requires a custom setting. Maybe a text box for the users to fill in regex?