MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getLanguageSection

Function getLanguageSection

src/constants/prompts.ts:142–149  ·  view source on GitHub ↗
(
  languagePreference: string | undefined,
)

Source from the content-addressed store, hash-verified

140}
141
142function getLanguageSection(
143 languagePreference: string | undefined,
144): string | null {
145 if (!languagePreference) return null
146
147 return `# Language
148Always respond in ${languagePreference}. Use ${languagePreference} for all explanations, comments, and communications with the user. Technical terms and code identifiers should remain in their original form.`
149}
150
151function getOutputStyleSection(
152 outputStyleConfig: OutputStyleConfig | null,

Callers 1

getSystemPromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected