Skip to content

Commit 0b19dd7

Browse files
committed
fix: 🐛l10n key error
1 parent dfeb2cc commit 0b19dd7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"suffix",
105105
"none"
106106
],
107-
"description": "%emoji-commit.emojiPosition%"
107+
"description": "%emoji-commit-tiny.emojiPosition%"
108108
},
109109
"emoji-commit-tiny.emojis": {
110110
"order": 3,
@@ -201,7 +201,7 @@
201201
}
202202
],
203203
"additionalProperties": true,
204-
"markdownDescription": "%emoji-commit.additionalTypes%"
204+
"markdownDescription": "%emoji-commit-tiny.additionalTypes%"
205205
}
206206
}
207207
}

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"emojis": "Emojis",
3-
"emoji-commit.emojiPosition": "Emoji Position in commit message",
4-
"emoji-commit.additionalTypes": "Additional types, if enabled commitlint, you must add them to it's rules."
3+
"emoji-commit-tiny.emojiPosition": "Emoji Position in commit message",
4+
"emoji-commit-tiny.additionalTypes": "Additional types, if enabled commitlint, you must add them to it's rules."
55
}

package.nls.zh-cn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"emojis": "Emoji表情",
3-
"emoji-commit.emojiPosition": "Emoji 在提交信息中的位置",
4-
"emoji-commit.additionalTypes": "额外的提交类型, 如果启用了commitlint, 需要将新增的type加入到rule中"
3+
"emoji-commit-tiny.emojiPosition": "Emoji 在提交信息中的位置",
4+
"emoji-commit-tiny.additionalTypes": "额外的提交类型, 如果启用了commitlint, 需要将新增的type加入到rule中"
55
}

0 commit comments

Comments
 (0)