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.

fix: use mistral-small-latest

authored by

Evan Huang and committed by
GitHub
9ceaf61f e481d907

+1 -1
+1 -1
i18n.json
··· 47 47 "$schema": "https://lingo.dev/schema/i18n.json", 48 48 "provider": { 49 49 "id": "mistral", 50 - "model": "mistral-large-latest", 50 + "model": "mistral-small-latest", 51 51 "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." 52 52 } 53 53 }