-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
21 lines (21 loc) · 1.61 KB
/
package.nls.json
File metadata and controls
21 lines (21 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"displayName": "GemCommit",
"description": "AI-powered Conventional Commit Generator using Google Gemini.",
"command.suggestCommitMessage.title": "GemCommit: Generate Commit Message",
"command.detailedCommitMessage.title": "GemCommit: Generate Detailed Commit Message",
"command.showCommitHistory.title": "GemCommit: Show Commit History",
"config.title": "GemCommit Settings",
"config.apiKey.description": "[Deprecated] API key for Google Gemini AI. Please use the `GEMINI_API_KEY` environment variable in your `~/.env` file instead for better security.",
"config.model.description": "The AI model to use for generating commit messages. Example: gemini-2.0-flash",
"config.customPrompt.description": "Custom prompt template for generating commit messages. Leave empty to use the default prompt.",
"config.promptBeforeInsert.description": "Show an input dialog to review and edit the generated commit message before inserting it.",
"config.maxHistorySize.description": "Maximum number of commit messages to store in history.",
"config.includeProjectContext.description": "Include project context (package.json, recent commits) when generating commit messages.",
"config.commitLanguage.description": "The language for the generated commit messages.",
"config.commitLanguage.enum.english": "English (Default)",
"config.commitLanguage.enum.french": "French (Français)",
"config.commitLanguage.enum.german": "German (Deutsch)",
"config.commitLanguage.enum.italian": "Italian (Italiano)",
"config.commitLanguage.enum.portuguese": "Portuguese (Português)",
"config.commitLanguage.enum.spanish": "Spanish (Español)"
}