Merge branch 'translate' into 'master'

Translate

See merge request ynerant/squirrel-battle!73
This commit is contained in:
eichhornchen
2021-01-10 21:52:39 +01:00
6 changed files with 522 additions and 282 deletions

View File

@ -597,7 +597,7 @@ class Bow(LongRangeWeapon):
@property
def string(self) -> str:
return " is shot by an arrow."
return _(" is shot by an arrow.")
class FireBallStaff(LongRangeWeapon):
@ -619,7 +619,7 @@ class FireBallStaff(LongRangeWeapon):
@property
def string(self) -> str:
return " is shot by a fire ball."
return _(" is shot by a fire ball.")
def throw(self, direction: int) -> Any:
"""