fix: language pack

This commit is contained in:
Subir 2022-04-27 21:18:03 +05:30
parent a6c084cd6b
commit 8a8584e0ec
No known key found for this signature in database
GPG Key ID: 2D633D8047FD3FF0

View File

@ -25,5 +25,5 @@ export const SupportedLocales = {
export const LangPack = {
[SupportedLocales.EN]: en,
[SupportedLocales.EN]: es,
[SupportedLocales.ES]: es,
};