chore: Enable support for hebrew in dashboard [CW-1736] (#7077)

This commit is contained in:
Nithin David Thomas
2023-05-15 14:03:29 +05:30
committed by GitHub
parent 1936369b12
commit 5a8eff35b5
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import es from './locale/es';
import fa from './locale/fa';
import fi from './locale/fi';
import fr from './locale/fr';
import he from './locale/he';
import hi from './locale/hi';
import hu from './locale/hu';
import id from './locale/id';
@@ -47,6 +48,7 @@ export default {
fa,
fi,
fr,
he,
hi,
hu,
id,