bloom-frontend icon indicating copy to clipboard operation
bloom-frontend copied to clipboard

Add any missing properties in the message folder translation files

Open eleanorreem opened this issue 9 months ago • 10 comments

Overview

We recently had a script contributed in issue #890 . This script checks whether there are any missing translations. We have all our translations in the /messages folder. Each folder has a .json file for each language.

Action Items

  • [ ] Fix the spelling in the filename the script. The script should be checkTranslation.js rather than checkTranlation.js. You will also need to update the package.json script. Use this script and see what missing translations are there. It should tell which files to look at and which translations to create.
  • [ ] Add missing properties to the files and add the translations (use google translate for now)
  • [ ] Run Cypress tests to ensure nothing is broken

Resources/Instructions

eleanorreem avatar May 17 '24 14:05 eleanorreem