Skip to content

Commit

Permalink
Remove dot in front of "po" (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
schjonhaug authored Dec 27, 2024
1 parent 6b3f77b commit 914d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function getDefaultPattern(format: string) {
return "locales/[locale].json";
case "md":
return "docs/[locale]/*.md";
case ".po":
case "po":
return "locales/[locale].po";
case "xml":
return "locales/[locale].xml";
Expand Down

0 comments on commit 914d7a3

Please sign in to comment.