Skip to content

Commit

Permalink
chore: disable line number in lingui config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Oct 14, 2024
1 parent d3d148c commit c27e6b9
Show file tree
Hide file tree
Showing 370 changed files with 13,441 additions and 26,571 deletions.
32 changes: 18 additions & 14 deletions packages/mask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,6 @@
"tss-react": "^4.9.0"
},
"lingui": {
"catalogs": [
{
"path": "./shared-ui/locale/{locale}",
"include": [
"./content-script/",
"./dashboard/",
"./popups/",
"./shared/",
"./shared-ui/",
"./swap/"
]
}
],
"compileNamespace": "json",
"locales": [
"en-US",
Expand All @@ -197,6 +184,23 @@
"zh-CN": "zh-TW",
"zh-TW": "zh-CN",
"default": "en-US"
}
},
"formatOptions": {
"origins": true,
"lineNumbers": false
},
"catalogs": [
{
"path": "./shared-ui/locale/{locale}",
"include": [
"./content-script/",
"./dashboard/",
"./popups/",
"./shared/",
"./shared-ui/",
"./swap/"
]
}
]
}
}
137 changes: 0 additions & 137 deletions packages/mask/shared-ui/locale/en-US.json

Large diffs are not rendered by default.

Loading

0 comments on commit c27e6b9

Please sign in to comment.