Fix key references for the Hindi language

This commit is contained in:
Nariman Jelveh 2024-07-07 10:11:17 -07:00
parent ce50718f84
commit 4c26ebe3ac
2 changed files with 3 additions and 1 deletions

View File

@ -339,4 +339,4 @@ const hi = {
}
};
export default en;
export default hi;

View File

@ -26,6 +26,7 @@ import es from './es.js';
import fa from './fa.js';
import fi from './fi.js';
import fr from './fr.js';
import hi from './hi.js';
import hy from './hy.js';
import it from './it.js';
import ig from './ig.js';
@ -58,6 +59,7 @@ export default {
fa,
fi,
fr,
hi,
hy,
it,
ig,