Skip to content

Commit 8144129

Browse files
authored
Merge pull request #9 from adihanifsdr/fix-always-output-chinese
♻️ fix: always output chinese instead of selected language
2 parents 4e2351a + 84ad024 commit 8144129

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/prompts.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ diff --git a/src/server.ts b/src/server.ts\n index ad4db42..f3b18a9 100644\n ---
9595
9696
OUTPUT:
9797
98-
♻️ refactor(server): 优化服务器端口配置
98+
♻️ refactor(server): optimize server port configuration
9999
100-
- 将端口变量名改为大写(PORT)以符合常量命名规范
101-
- 添加环境变量端口配置支持,提高部署灵活性
100+
- rename port variable to uppercase (PORT) to follow constant naming convention
101+
- add environment variable port support for flexible deployment
102102
103-
Remember: You are to act as a pure commit message generator. Your response should contain NOTHING but the commit message itself.`
103+
Remember: All output MUST be in ${language} language. You are to act as a pure commit message generator. Your response should contain NOTHING but the commit message itself.`
104104
});
105105

106106
/**

0 commit comments

Comments
 (0)