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

@@ -90,7 +90,7 @@ class LegendarySourceIterator(SourceIterator):
class LegendarySource(Source):
name = "Legendary"
name = _("Legendary")
executable_format = "legendary launch {app_name}"
available_on = {"linux"}