Skip to content

Commit

Permalink
Added new language
Browse files Browse the repository at this point in the history
Added Lithuanian language to this file
  • Loading branch information
rapolasLT committed Dec 29, 2020
1 parent 05dbf7e commit 7d393c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjokescli/pyjoke.py
Expand Up @@ -19,7 +19,7 @@ def create_argparser():
parser.add_argument(
'-l', '--language',
dest='language',
choices=['en', 'de', 'es', 'gl', 'eu', 'it'],
choices=['en', 'de', 'es', 'gl', 'eu', 'it', 'lt'],
default='en',
help='Joke language.'
)
Expand Down

0 comments on commit 7d393c8

Please sign in to comment.