Skip to content

Commit

Permalink
fix(i18n): change the sql template name
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 8, 2023
1 parent f1dd2f6 commit 9558534
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/i18n/lib/sqlTemplate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const sqlTemplate = [
export const SQLTemplates = [
{
title: {
zh: '选择指定主题的消息',
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md"
],
"main": "./dist/index.umd.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { sqlTemplate } from '../lib'
import { SQLTemplates } from '../lib'

console.log(sqlTemplate)
console.log(SQLTemplates)
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md"
],
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit 9558534

Please sign in to comment.