Update localization

This commit is contained in:
Griatch 2021-05-29 00:48:34 +02:00
parent 7ff8cbb341
commit 8837b93dd2
18 changed files with 1304 additions and 252 deletions

View file

@ -25,13 +25,11 @@ ERROR_NO_SUPERUSER = """
"""
LIMBO_DESC = _(
"""
Welcome to your new |wEvennia|n-based game! Visit http://www.evennia.com if you need
LIMBO_DESC = _("""
Welcome to your new |wEvennia|n-based game! Visit https://www.evennia.com if you need
help, want to contribute, report issues or just join the community.
As Account #1 you can create a demo/tutorial area with '|wbatchcommand tutorial_world.build|n'.
"""
)
""")
WARNING_POSTGRESQL_FIX = """
@ -40,7 +38,7 @@ WARNING_POSTGRESQL_FIX = """
but the superuser was not yet connected to them. Please use in
game commands to connect Account #1 to those channels when first
logging in.
"""
"""
def get_god_account():

View file

@ -85,6 +85,6 @@ class EvenniaPasswordValidator:
"""
return _(
"%s From a terminal client, you can also use a phrase of multiple words if "
"you enclose the password in double quotes." % self.policy
"{policy} From a terminal client, you can also use a phrase of multiple words if "
"you enclose the password in double quotes.".format(policy=self.policy)
)