Mark source names as translatable

This commit is contained in:
kramo
2023-07-13 14:51:55 +02:00
parent 6114f65204
commit a1c5a4bdd8
7 changed files with 7 additions and 7 deletions

View File

@@ -138,7 +138,7 @@ class HeroicSourceIterator(SourceIterator):
class HeroicSource(URLExecutableSource):
"""Generic Heroic Games Launcher source"""
name = "Heroic"
name = _("Heroic")
iterator_class = HeroicSourceIterator
url_format = "heroic://launch/{app_name}"
available_on = {"linux", "win32"}