-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add i18n to Docs (and Lunaria) #386
Conversation
|
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2024-12-14 05:37:07 CET |
Thank you for submitting your Pull Request, the following links will become available for preview shortly:
|
studiocms
@studiocms/assets
@studiocms/betaresources
@studiocms/blog
@studiocms/auth
@studiocms/core
@studiocms/dashboard
@studiocms/devapps
@studiocms/frontend
@studiocms/imagehandler
@studiocms/renderers
@studiocms/robotstxt
@studiocms/ui
commit: |
The preview deployment failed. 🔴 Last updated at: 2024-11-27 01:02:18 CET |
Lunaria deployments are currently not working on our coolify server so i have opened a issue with lunaria for a hopeful solution |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2024-11-28 07:20:22 CET |
…y and add lunaria report bot functionality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome work @Adammatthiesen 🫡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
This pull request includes several changes to GitHub workflows, package configurations, and localization settings. The most important changes include the addition of new workflows for building and deploying Lunaria, updating dependencies in
package.json
andpnpm-lock.yaml
, and adding localization configurations.Workflow Additions:
.github/workflows/lunaria-build.yml
: Added a new workflow for building and deploying Lunaria Overview..github/workflows/lunaria-report-bot.yml
: Added a new workflow for generating and sending translation reports to Discord..github/workflows/lunaria.yml
: Added a new workflow for generating Lunaria Overview on pull request events.Package Configuration Updates:
package.json
: Added a new script for building Lunaria and updated dependencies to include@actions/core
. [1] [2]pnpm-lock.yaml
: Updated to include new dependencies such as@actions/core
,@lunariajs/core
,simple-git
, and others. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24]