diff --git a/app/javascript/survey/i18n/index.js b/app/javascript/survey/i18n/index.js index 391d67848..77a8668d3 100644 --- a/app/javascript/survey/i18n/index.js +++ b/app/javascript/survey/i18n/index.js @@ -9,6 +9,7 @@ import es from './locale/es.json'; import fa from './locale/fa.json'; import fi from './locale/fi.json'; import fr from './locale/fr.json'; +import he from './locale/he.json'; import hi from './locale/hi.json'; import hu from './locale/hu.json'; import id from './locale/id.json'; @@ -47,6 +48,7 @@ export default { fa, fi, fr, + he, hi, hu, id, diff --git a/app/javascript/widget/i18n/index.js b/app/javascript/widget/i18n/index.js index 544397ddd..c5b2c935f 100644 --- a/app/javascript/widget/i18n/index.js +++ b/app/javascript/widget/i18n/index.js @@ -9,6 +9,7 @@ import es from './locale/es.json'; import fa from './locale/fa.json'; import fi from './locale/fi.json'; import fr from './locale/fr.json'; +import he from './locale/he.json'; import hi from './locale/hi.json'; import hu from './locale/hu.json'; import id from './locale/id.json'; @@ -47,6 +48,7 @@ export default { fa, fi, fr, + he, hi, hu, id,