Skip to content

Commit

Permalink
Addons: Allow flag addons on bilingual translations as well
Browse files Browse the repository at this point in the history
There is no good reason to prohibit that.
  • Loading branch information
nijel committed Feb 15, 2021
1 parent a61a17e commit 4d2cdb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions weblate/addons/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class FlagBase(BaseAddon):

@classmethod
def can_install(cls, component, user):
if not component.has_template():
return False
# Following formats support fuzzy flag, so avoid messing up with them
if component.file_format in {"ts", "po", "po-mono"}:
return False
Expand Down

0 comments on commit 4d2cdb8

Please sign in to comment.