Skip to content

Commit

Permalink
Merge pull request #244 from Mattk70/translations
Browse files Browse the repository at this point in the history
Add locale labels for en_uk
  • Loading branch information
kahst authored Feb 4, 2024
2 parents 5af4a08 + adba6f3 commit 23f47cf
Show file tree
Hide file tree
Showing 3 changed files with 6,525 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def analyzeFile(item):
parser.add_argument(
"--locale",
default="en",
help="Locale for translated species common names. Values in ['af', 'de', 'it', ...] Defaults to 'en'.",
help="Locale for translated species common names. Values in ['af', 'en_UK', 'de', 'it', ...] Defaults to 'en' (US English).",
)
parser.add_argument(
"--sf_thresh",
Expand Down
Loading

0 comments on commit 23f47cf

Please sign in to comment.