The store menu now displays the price of objects, fixes #41

This commit is contained in:
eichhornchen
2020-12-11 18:08:10 +01:00
parent 99352bc1d5
commit e7f24c2371
4 changed files with 68 additions and 37 deletions

View File

@ -66,3 +66,4 @@ class TestTranslations(unittest.TestCase):
self.assertEqual(_("body snatch potion"), "potion d'arrachage de corps")
self.assertEqual(_("bomb"), "bombe")
self.assertEqual(_("heart"), "cœur")
self.assertEqual(_("sword"), "épée")