Skip to content

Commit

Permalink
Add md to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 25, 2024
1 parent 8b6a718 commit 5c5bdc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ developer-friendly experience.

- Automatically identifies new, modified, or removed translation keys in your
codebase using Git diff
- Handles multiple file formats (.json, .ts) with precise parsing and
- Handles multiple file formats (.json, .ts, .md) with precise parsing and
file-specific updates

### 🌍 AI-Powered Translation
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "languine",
"version": "0.5.4",
"version": "0.5.5",
"type": "module",
"bin": "dist/index.js",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export async function init() {
options: [
{ value: "ts", label: "TypeScript (.ts)" },
{ value: "json", label: "JSON (.json)" },
{ value: "md", label: "Markdown (.md)" },
],
})) as string;

Expand Down

0 comments on commit 5c5bdc1

Please sign in to comment.