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 github workflow config

authored by

Evan Huang and committed by
GitHub
3a505eb8 d580c223

+15
+15
.github/workflows/translate.yml
··· 1 + name: Translate 2 + on: 3 + push: 4 + branches: [main] 5 + permissions: 6 + contents: write 7 + jobs: 8 + translate: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: actions/checkout@v4 12 + - name: Lingo.dev 13 + uses: lingodotdev/lingo.dev@main 14 + with: 15 + api-key: ${{ secrets.MISTRAL_API_KEY }}