feat: add i18n support

This commit is contained in:
DuroCodes
2024-05-14 20:53:47 -04:00
parent 441af2e4aa
commit f43a51c7b1
6 changed files with 93 additions and 1 deletions

32
.github/workflows/lunaria.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
name: Lunaria
on:
pull_request_target:
types: [opened, synchronize]
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
lunaria-overview:
name: Generate Lunaria Overview
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Generate Lunaria Overview
uses: yanthomasdev/lunaria-action@main