Tests and the CI are compiling messages
This commit is contained in:
@@ -5,6 +5,8 @@ from squirrelbattle.translations import gettext as _, Translator
|
||||
|
||||
class TestTranslations(unittest.TestCase):
|
||||
def setUp(self) -> None:
|
||||
Translator.compilemessages()
|
||||
Translator.refresh_translations()
|
||||
Translator.setlocale("fr")
|
||||
|
||||
def test_main_menu_translation(self) -> None:
|
||||
|
Reference in New Issue
Block a user