Skip to content

Commit

Permalink
chore: add czech language to snyk woof
Browse files Browse the repository at this point in the history
Adds Ukrainian language spoken to `woof` command
  • Loading branch information
dkontorovskyy committed Oct 12, 2020
1 parent 8da62ca commit cd0b576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/commands/woof/getWoof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const woofs = {
ru: ' Гав!',
es: 'Guau!',
cs: ' Haf!',
ua: ' Гав!',
};

export default function getWoof(args: MethodArgs): string {
Expand Down

0 comments on commit cd0b576

Please sign in to comment.