test: check translation files (#31006)

diff --git a/erpnext/tests/test_init.py b/erpnext/tests/test_init.py
index 6fbfbf4..4d5fced 100644
--- a/erpnext/tests/test_init.py
+++ b/erpnext/tests/test_init.py
@@ -40,3 +40,8 @@
 				enc_name == expected_names[i],
 				"{enc} is not same as {exp}".format(enc=enc_name, exp=expected_names[i]),
 			)
+
+	def test_translation_files(self):
+		from frappe.tests.test_translate import verify_translation_files
+
+		verify_translation_files("erpnext")