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 more languages in i18n config

authored by

Evan Huang and committed by
GitHub
ba45a7b7 4477755c

+31
+31
i18n.json
··· 3 3 "locale": { 4 4 "source": "en", 5 5 "targets": [ 6 + "bn", 7 + "de", 8 + "el", 9 + "en-GB", 10 + "es", 11 + "fi", 12 + "fr", 13 + "hi", 14 + "is", 15 + "it", 16 + "ja", 17 + "ko", 18 + "lt", 19 + "lv", 20 + "mk", 21 + "nb", 22 + "nl", 23 + "pl", 24 + "pt", 25 + "ro", 26 + "ru", 27 + "sl", 28 + "sq", 29 + "sr", 30 + "sv", 31 + "sw", 32 + "th", 33 + "tr", 34 + "uk", 35 + "vi", 36 + "zh-CN", 6 37 "zh-HK", 7 38 "zh-TW", 8 39 "yue"