runtime(doc): Update README and mention make check to verify
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/po/README.txt b/src/po/README.txt
index 801f5e5..5804007 100644
--- a/src/po/README.txt
+++ b/src/po/README.txt
@@ -177,3 +177,8 @@
bindtextdomain() function in scripts containing translation strings and for
all message strings to add a {package} argument to the gettext() function. For
more information, see ":help package-translation".
+
+COMMITTING CHANGES
+
+Before committing changes to the repo, make sure to run "make check" to verify
+any changes here do not fail the test script (and therefore the CI)