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

63
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "30f9edc8f90ec79150fffac01e3b80fd",
"content-hash": "e9154be9f46dbe7bc999d4706958afae",
"packages": [
{
"name": "beberlei/assert",
@ -1317,6 +1317,67 @@
},
"time": "2016-12-13T01:01:17+00:00"
},
{
"name": "moinframe/kirby-loop",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/moinframe/kirby-loop.git",
"reference": "1e7732a075e96ecca119032175f9a048cfa4784e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/moinframe/kirby-loop/zipball/1e7732a075e96ecca119032175f9a048cfa4784e",
"reference": "1e7732a075e96ecca119032175f9a048cfa4784e",
"shasum": ""
},
"require": {
"getkirby/cms": "^4.0||^5.0",
"getkirby/composer-installer": "^1.1"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0"
},
"type": "kirby-plugin",
"extra": {
"installer-name": "loop"
},
"autoload": {
"psr-4": {
"Moinframe\\Loop\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justus Kraft",
"email": "justus@moinfra.me",
"homepage": "https://moinfra.me"
}
],
"description": "Interactive feedback tool for Kirby CMS websites that allows users to add contextual comments directly on page elements",
"homepage": "https://github.com/moinframe/kirby-loop",
"keywords": [
"cms",
"comments",
"feedback",
"kirby",
"loop",
"plugin",
"review"
],
"support": {
"docs": "https://moinfra.me/docs/moinframe-loop",
"issues": "https://github.com/moinframe/kirby-loop/issues",
"source": "https://github.com/moinframe/kirby-loop"
},
"time": "2025-07-08T18:20:46+00:00"
},
{
"name": "nyholm/psr7",
"version": "1.8.2",