renpy/launcher/game/installer.rpy

13 lines
508 B
Plaintext
Raw Normal View History

2023-09-12 22:16:10 +00:00

2023-01-18 22:13:55 +00:00
# This file imports the extensions API into the default store, and makes it
# also contains the strings used by the extensions API, so the Ren'Py translation
# framework can find them.
init python:
import installer
init python hide:
_("Downloading [extension.download_file].")
_("Could not download [extension.download_file] from [extension.download_url]:\n{b}[extension.download_error]")
_("The downloaded file [extension.download_file] from [extension.download_url] is not correct.")