little modify
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user