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: add lingodotdev i18n config

authored by

Evan Huang and committed by
GitHub
d580c223 252a7149

+22
+22
i18n.json
··· 1 + { 2 + "version": "1.15", 3 + "locale": { 4 + "source": "en", 5 + "targets": [ 6 + "zh-CN" 7 + ] 8 + }, 9 + "buckets": { 10 + "json": { 11 + "include": [ 12 + "locales/[locale].json" 13 + ] 14 + } 15 + }, 16 + "$schema": "https://lingo.dev/schema/i18n.json", 17 + "provider": { 18 + "id": "mistral", 19 + "model": "mistral-large-latest", 20 + "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" 21 + } 22 + }