fixing filenames (#26231)

* fixing filenames

* building email templates

* Revert "building email templates"

This reverts commit 6aa419df3b.

---------

Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Tom De Moor 2024-02-16 16:06:00 +01:00 committed by GitHub
parent 7d9f725d90
commit 9643a16408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/* eslint-disable import/order */ /* eslint-disable import/order */
import bg from './bg.json'; import bg from './bg.json';
import de from './de.json'; import de from './de.json';
import enAU from './en_AU.json'; import enAU from './en-AU.json';
import es from './es.json'; import es from './es.json';
import fa from './fa.json'; import fa from './fa.json';
import fr from './fr.json'; import fr from './fr.json';