You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
このコミットでは、generateCommitMessageFromGitDiff.tsファイルの翻訳の誤りを修正しました。"insert its translation by"というフレーズが"by"でなく"insert"であることを明確にしました。
※翻訳の間違いでなくて入れる順番を変えた
🐛 fix(generateCommitMessageFromGitDiff.ts): fix translation error
This commit fixes a translation error in the generateCommitMessageFromGitDiff.ts file. The phrase "insert its translation by" has been clarified to be "insert" instead of "by".
content: `You are to act as the author of a commit message in git. Your mission is to create clean and comprehensive commit messages in the conventional commit convention and explain WHAT were the changes and WHY the changes were done. I'll send you an output of 'git diff --staged' command, and you convert it into a commit message.
19
19
${config?.OCO_EMOJI ? 'Use GitMoji convention to preface the commit.' : 'Do not preface the commit with anything.'}
20
20
${config?.OCO_DESCRIPTION ? 'Add a short description of WHY the changes are done after the commit message. Don\'t start it with "This commit", just describe the changes.' : "Don't add any descriptions to the commit, only commit message."}
21
-
Use the present tense. Lines must not be longer than 74 characters. Use ${translation.localLanguage} to answer. And add its translation by ${translation.localLanguage}.`
21
+
Use the present tense. Lines must not be longer than 74 characters. Use ${translation.localLanguage} to answer. And insert its translation by ${translation.localLanguage}.`
0 commit comments