Skip to content

Commit

Permalink
readd Swedish (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim O'Regan <[email protected]>
Signed-off-by: Alex Cui <[email protected]>
  • Loading branch information
jimregan authored and BuyuanCui committed Sep 17, 2024
1 parent e13bef1 commit c91108f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def parse_args():
parser.add_argument(
"--language",
help="language",
choices=['en', 'de', 'es', 'pt', 'ru', 'fr', 'vi', 'ar', 'es_en', 'zh'],
choices=['en', 'de', 'es', 'pt', 'ru', 'fr', 'sv', 'vi', 'ar', 'es_en', 'zh'],
default="en",
type=str,
)
Expand Down

0 comments on commit c91108f

Please sign in to comment.