Skip to content

Commit

Permalink
formats: support AntiFeatures in fastlane metadata
Browse files Browse the repository at this point in the history
Fixes #11300
  • Loading branch information
nijel committed Apr 17, 2024
1 parent c76caa9 commit a2c9f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate/formats/txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class AppStoreParser(MultiParser):
("marketing_url.txt", "max-length:256, url"),
("privacy_url.txt", "max-length:256, url"),
("support_url.txt", "max-length:256, url"),
("antifeatures/*.txt", "max-length:500"),
("changelogs/*.txt", "max-length:500"),
("*.txt", ""),
)
Expand Down

0 comments on commit a2c9f9b

Please sign in to comment.