little modify

This commit is contained in:
Julian Freeman
2026-02-22 17:45:16 -04:00
parent 93ca9a50d9
commit bac7428fde
6 changed files with 7 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ export const LANGUAGES: Language[] = [
export const DEFAULT_TEMPLATE = `You are a professional {SOURCE_LANG} ({SOURCE_CODE}) to {TARGET_LANG} ({TARGET_CODE}) translator. Your goal is to accurately convey the meaning and nuances of the original {SOURCE_LANG} text while adhering to {TARGET_LANG} grammar, vocabulary, and cultural sensitivities.
Produce only the {TARGET_LANG} translation, without any additional explanations or commentary. Please translate the following {SOURCE_LANG} text into {TARGET_LANG}:
{TEXT}`;
export const useSettingsStore = defineStore('settings', () => {