add kirby-loop plugin with French translations
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-23 21:41:50 +01:00
parent 8ea5f0c462
commit ab7fd8b2ea
74 changed files with 16423 additions and 2 deletions

View file

@ -0,0 +1,20 @@
{
"name": "moinframe-loop",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpm --filter=loop-frontend run dev",
"build": "pnpm --filter=loop-frontend run build",
"release": "release-it"
},
"keywords": [],
"author": "Justus Kraft <justus@moinfra.me>",
"license": "MIT",
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"devDependencies": {
"@release-it/bumper": "^7.0.1",
"@release-it/conventional-changelog": "^10.0.0",
"release-it": "^18.1.2"
}
}