Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Aug 9, 2023
1 parent 635e881 commit 01066ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/convertfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def _convert_apple_resources_files_to_po(self):
if dir == self.convert_dir:
continue

# Remove subdir where file was found a/b/c/strings.xml becomes en.lproj/Localizable.strings
# Remove subdir where file was found a/b/c/Localizable.strings becomes en.lproj/Localizable.strings
dir = os.path.dirname(dir)
if len(dir) > 0 and dir not in subdirs:
subdirs.add(dir)
Expand Down

0 comments on commit 01066ae

Please sign in to comment.