Skip to content

Commit

Permalink
feat: detect more appstore files
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 13, 2024
1 parent b6aa872 commit 202ffd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog

* Not yet released.
* Fixed crash on corrupted Transifex configuration.
* Improved app store metadata detection.

2.17
----
Expand Down
2 changes: 1 addition & 1 deletion translation_finder/discovery/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class AppStoreDiscovery(BaseDiscovery):
def filter_files(self):
"""Filters possible file matches."""
for path in self.finder.filter_files(
"short_description.txt|full_description.txt|title.txt"
"short_description.txt|full_description.txt|title.txt|description.txt|name.txt"
):
yield path.parent
for path in self.finder.filter_files(r".*\.txt", ".*/changelogs"):
Expand Down

0 comments on commit 202ffd0

Please sign in to comment.