• 0 Posts
  • 10 Comments
Joined 11 months ago
cake
Cake day: August 3rd, 2023

help-circle









  • Part of my CI/CD is a script that makes builds fail if any of my languages are missing keys, it takes English as the desired result and checks all the keys to ensure they all exist and prints a report of the ones that are missing in csv format so I can send them to translators. I generally run this manually before committing, but having it in the CI/CD helps preventing these errors from making it into production…