One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update prompt in i18n config

authored by

Evan Huang and committed by
GitHub
af1f08dc ba45a7b7

+1 -1
+1 -1
i18n.json
··· 50 50 "provider": { 51 51 "id": "mistral", 52 52 "model": "mistral-large-latest", 53 - "prompt": "Your custom translation prompt with {source} and {target} placeholders, DO NOT use markdown and just reply the translated content. DO NOT translate One Calendar because that is brand name. DO NOT translate DELETE MY ACCOUNT in deleteAccountConfirmDescription key" 53 + "prompt": "You are a professional translator. Translate the given JSON values from {source} to {target}. Rules you MUST follow: 1) Return ONLY valid JSON, no markdown, no code blocks, no extra text, no explanations. 2) Keep all JSON keys unchanged, only translate the values. 3) Do NOT use dashes, bullet points, or any markdown syntax. 4) Do NOT translate brand names: 'One Calendar'. 5) Do NOT translate the value of the key 'deleteAccountConfirmDescription' that contains 'DELETE MY ACCOUNT'. 6) Preserve all placeholders like {variable}, {{variable}}, %s, %d exactly as they appear. 7) Your entire response must be parseable JSON." 54 54 } 55 55 }