Skip to content

Commit

Permalink
Generate smaller translation update diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Dec 16, 2024
1 parent 132b14a commit 98ede3c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions betty/locale/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,16 @@ async def _update_translations(
await run_babel(
"",
"update",
"-i",
"--domain",
"betty",
"--input-file",
str(pot_file_path),
"-o",
str(output_po_file_path),
"-l",
"--ignore-obsolete",
"--locale",
str(locale_data),
"-D",
"betty",
"--no-fuzzy-matching",
"--output-file",
str(output_po_file_path),
)


Expand Down

0 comments on commit 98ede3c

Please sign in to comment.