Skip to content

Fix SAST parsing problem with our translation files

Eric Eastwood requested to merge 2508-fix-sast-ci-job into develop

Fix SAST parsing problem with our translation files

Fix https://gitlab.com/gitlab-org/gitter/webapp/-/issues/2508

JSON by itself(bare object) is not valid JS. So I changed the extension of our translation files to JSON

Testing strategy

  1. Visit http://localhost:5000/?redirect=no&lang=ko and notice the page is translated
Edited by Eric Eastwood

Merge request reports