Skip to content

Commit

Permalink
Merge pull request #4 from vardario/sahin/fix-typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
sahinvardar authored Jun 2, 2023
2 parents 04415a5 + 6399c73 commit 60659ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { isInSync, synchronies } from '../lib/cli.js';

program.name('svelte-i18next');
program
.command('synchronies')
.description('synchronies all translations keys from the given svelte app with translation files')
.command('synchronize')
.description('synchronizes all translations keys from the given svelte app with translation files')
.requiredOption('--dirs <string...>', 'path to svelte apps')
.requiredOption('--languages <string...>')
.requiredOption('--output <string>')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vardario/svelte-i18next",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"license": "MIT",
"author": "Sahin Vardar",
Expand Down

0 comments on commit 60659ac

Please sign in to comment.