Skip to content

Commit

Permalink
Move property def into conf package (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakkamarra authored Jun 9, 2021
1 parent 9087280 commit 8e6b07c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/api/formats/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const formats: Record<CatalogFormat, CatalogFormatter> = {

type CatalogFormatOptionsInternal = {
locale: string
disableSelectWarning?: boolean
} & CatalogFormatOptions

export type CatalogFormatter = {
Expand Down
1 change: 1 addition & 0 deletions packages/conf/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type CatalogFormat = "lingui" | "minimal" | "po" | "csv"
export type CatalogFormatOptions = {
origins?: boolean
lineNumbers?: boolean
disableSelectWarning?: boolean
}

export type OrderBy = "messageId" | "origin"
Expand Down

1 comment on commit 8e6b07c

@vercel
Copy link

@vercel vercel bot commented on 8e6b07c Jun 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.