Skip to content

Commit

Permalink
fix(i18n): support Dutch locale as command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed May 19, 2022
1 parent d940cd4 commit 0c0fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export async function main(args) {

.alias('l', 'language')
.describe('l', 'the selected language')
.choices('l', ['en_US', 'de'])
.choices('l', ['en_US', 'de', 'nl_NL'])
.default('l', 'en_US')

.alias('f', 'example-format')
Expand Down

0 comments on commit 0c0fbbd

Please sign in to comment.