From 9f6b7b386ebaf0498d4b18393c5bfa8846601d18 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Wed, 19 Jun 2024 12:49:26 -0700
Subject: [PATCH] update workflow

---
 .github/workflows/check-translations.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/check-translations.yaml b/.github/workflows/check-translations.yaml
index 781f42ed8e..1dae48814a 100644
--- a/.github/workflows/check-translations.yaml
+++ b/.github/workflows/check-translations.yaml
@@ -1,3 +1,7 @@
+# This Github action is for validation of all languages which translations are offered for
+# in the locales folder in `frontend/src`. All languages are compared to the EN translation
+# schema since that is the fallback language setting. This workflow will run on all PRs that
+# modify any files in the translation directory
 name: Verify translations files
 
 concurrency: