Because:
- Saving the file results in a different default formatting.
This Commit:
- Adds prettier ignore statements so that the files don't get accidentally formated.
Closes: #
* bug(auth) - Button text missing in email templates
## Because
- The language translation strings defining button text would not take hold.
## This commit:
- Makes sure that data-l10n-args are always applied with the current context to elements tagged with data-l10n-id
- Adds tests to validate fluent-localizer
- Validates that dynamic generation of data-l10n-id works
- Validates that extraction of key value pairs from .ftl works
- Validates that place holders in language strings are updated by the time they rendered
- Addresses separate issue found in the regex that extracts key values from .ftl files
- Adds a root level ignore for .mjml files