Skip to content

Commit

Permalink
fix(localsend): add new JSON filename pattern as per localsend/locals…
Browse files Browse the repository at this point in the history
  • Loading branch information
pereorga committed Aug 6, 2024
1 parent 5606c2b commit 8b7f1b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder/convertfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def _convert_json_files_to_po(self):
("ca.i18n.json", "en.i18n.json", "ca.i18n.json"),
("main-ca.json", "main.json", "main-ca.json"),
("strings_ca.i18n.json", "strings.i18n.json", "strings_ca.i18n.json"),
("strings_ca.json", "strings.json", "strings_ca.json"),
]

for spec, src, tgt in files:
Expand Down

0 comments on commit 8b7f1b1

Please sign in to comment.