Add a hint to tell the user how to use ladders

This commit is contained in:
Yohann D'ANELLO
2021-01-08 14:51:56 +01:00
parent f48377e055
commit 156e4a7e3a
7 changed files with 132 additions and 83 deletions

View File

@ -67,6 +67,7 @@ class TestTranslations(unittest.TestCase):
self.assertEqual(_("sunflower"), "tournesol")
self.assertEqual(_("teddy bear"), "nounours")
self.assertEqual(_("tiger"), "tigre")
self.assertEqual(_("eagle"), "pygargue")
self.assertEqual(_("body snatch potion"), "potion d'arrachage de corps")
self.assertEqual(_("bomb"), "bombe")