2024-12-22

This commit is contained in:
gcch 2024-12-22 19:47:02 +01:00
commit 6189bb32a8
3962 changed files with 792 additions and 742 deletions

0
.ddev/addon-metadata/ddev-vite-sidecar/manifest.yaml Normal file → Executable file
View file

0
.ddev/addon-metadata/phpmyadmin/manifest.yaml Normal file → Executable file
View file

0
.ddev/addon-metadata/redis/manifest.yaml Normal file → Executable file
View file

0
.ddev/apache/vite.conf Normal file → Executable file
View file

0
.ddev/config.vite.yaml Normal file → Executable file
View file

0
.ddev/config.yaml Normal file → Executable file
View file

0
.ddev/docker-compose.phpmyadmin.yaml Normal file → Executable file
View file

0
.ddev/docker-compose.phpmyadmin_norouter.yaml Normal file → Executable file
View file

0
.ddev/docker-compose.redis.yaml Normal file → Executable file
View file

0
.ddev/nginx_full/vite.conf Normal file → Executable file
View file

0
.ddev/redis/advanced.conf Normal file → Executable file
View file

0
.ddev/redis/append.conf Normal file → Executable file
View file

0
.ddev/redis/general.conf Normal file → Executable file
View file

0
.ddev/redis/io.conf Normal file → Executable file
View file

0
.ddev/redis/memory.conf Normal file → Executable file
View file

0
.ddev/redis/network.conf Normal file → Executable file
View file

0
.ddev/redis/redis.conf Normal file → Executable file
View file

0
.ddev/redis/security.conf Normal file → Executable file
View file

0
.ddev/redis/snapshots.conf Normal file → Executable file
View file

0
.ddev/vite/vite-server-not-running.html Normal file → Executable file
View file

0
.ddev/web-build/Dockerfile.vite Normal file → Executable file
View file

0
.env.example Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
.npmrc Normal file → Executable file
View file

0
.oxlintrc.json Normal file → Executable file
View file

0
.phpactor.json Normal file → Executable file
View file

0
.prettierignore Normal file → Executable file
View file

0
.swcrc Normal file → Executable file
View file

0
.vscode/launch.json vendored Normal file → Executable file
View file

0
.vscode/settings.json vendored Normal file → Executable file
View file

0
.vscode/tasks.json vendored Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
TODO.md Normal file → Executable file
View file

0
biome.json Normal file → Executable file
View file

0
composer.json Normal file → Executable file
View file

106
composer.lock generated Normal file → Executable file
View file

@ -646,16 +646,16 @@
},
{
"name": "illuminate/collections",
"version": "v11.35.1",
"version": "v11.36.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "b8be9c0fedfc5be1524b290fed640d4b7d42c813"
"reference": "21868f9ac221a42d4346dc56495d11ab7e0d339a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/b8be9c0fedfc5be1524b290fed640d4b7d42c813",
"reference": "b8be9c0fedfc5be1524b290fed640d4b7d42c813",
"url": "https://api.github.com/repos/illuminate/collections/zipball/21868f9ac221a42d4346dc56495d11ab7e0d339a",
"reference": "21868f9ac221a42d4346dc56495d11ab7e0d339a",
"shasum": ""
},
"require": {
@ -698,11 +698,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-12-10T14:54:28+00:00"
"time": "2024-12-13T13:58:10+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v11.35.1",
"version": "v11.36.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@ -748,7 +748,7 @@
},
{
"name": "illuminate/contracts",
"version": "v11.35.1",
"version": "v11.36.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -796,7 +796,7 @@
},
{
"name": "illuminate/macroable",
"version": "v11.35.1",
"version": "v11.36.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -842,16 +842,16 @@
},
{
"name": "illuminate/support",
"version": "v11.35.1",
"version": "v11.36.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "bc363403d9ed3214754a0501e33c05d2afcfd474"
"reference": "fba1ff58e30fa280248ce3db9b18d6341c6ac339"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/bc363403d9ed3214754a0501e33c05d2afcfd474",
"reference": "bc363403d9ed3214754a0501e33c05d2afcfd474",
"url": "https://api.github.com/repos/illuminate/support/zipball/fba1ff58e30fa280248ce3db9b18d6341c6ac339",
"reference": "fba1ff58e30fa280248ce3db9b18d6341c6ac339",
"shasum": ""
},
"require": {
@ -876,7 +876,7 @@
"suggest": {
"illuminate/filesystem": "Required to use the Composer class (^11.0).",
"laravel/serializable-closure": "Required to use the once function (^1.3).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
"league/uri": "Required to use the Uri class (^7.5.1).",
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
"symfony/process": "Required to use the Composer class (^7.0).",
@ -915,7 +915,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-12-11T23:23:18+00:00"
"time": "2024-12-17T20:20:09+00:00"
},
{
"name": "laravel/helpers",
@ -1223,16 +1223,16 @@
},
{
"name": "nesbot/carbon",
"version": "3.8.2",
"version": "3.8.3",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947"
"reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
"reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f01cfa96468f4c38325f507ab81a4f1d2cd93cfe",
"reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe",
"shasum": ""
},
"require": {
@ -1264,10 +1264,6 @@
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev",
"dev-2.x": "2.x-dev"
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
@ -1277,6 +1273,10 @@
"includes": [
"extension.neon"
]
},
"branch-alias": {
"dev-2.x": "2.x-dev",
"dev-master": "3.x-dev"
}
},
"autoload": {
@ -1325,7 +1325,7 @@
"type": "tidelift"
}
],
"time": "2024-11-07T17:46:48+00:00"
"time": "2024-12-21T18:03:19+00:00"
},
{
"name": "oscarotero/env",
@ -2231,16 +2231,16 @@
},
{
"name": "stripe/stripe-php",
"version": "v16.3.0",
"version": "v16.4.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "48af6bc64ca8157b3fdce100e856069963bac466"
"reference": "4aa86099f888db9368f5f778f29feb14e6294dfb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/48af6bc64ca8157b3fdce100e856069963bac466",
"reference": "48af6bc64ca8157b3fdce100e856069963bac466",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/4aa86099f888db9368f5f778f29feb14e6294dfb",
"reference": "4aa86099f888db9368f5f778f29feb14e6294dfb",
"shasum": ""
},
"require": {
@ -2284,9 +2284,9 @@
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v16.3.0"
"source": "https://github.com/stripe/stripe-php/tree/v16.4.0"
},
"time": "2024-11-20T23:30:16+00:00"
"time": "2024-12-18T23:42:15+00:00"
},
{
"name": "symfony/clock",
@ -3596,15 +3596,15 @@
},
{
"name": "wpackagist-plugin/woocommerce",
"version": "9.4.3",
"version": "9.5.1",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/woocommerce/",
"reference": "tags/9.4.3"
"reference": "tags/9.5.1"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip"
"url": "https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
@ -3650,15 +3650,15 @@
},
{
"name": "wpackagist-plugin/wp-openapi",
"version": "1.0.16",
"version": "1.0.17",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-openapi/",
"reference": "tags/1.0.16"
"reference": "tags/1.0.17"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-openapi.1.0.16.zip"
"url": "https://downloads.wordpress.org/plugin/wp-openapi.1.0.17.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
@ -3784,16 +3784,16 @@
},
{
"name": "phpstan/phpstan",
"version": "2.0.3",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4"
"reference": "50d276fc3bf1430ec315f2f109bbde2769821524"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4",
"reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524",
"reference": "50d276fc3bf1430ec315f2f109bbde2769821524",
"shasum": ""
},
"require": {
@ -3838,7 +3838,7 @@
"type": "github"
}
],
"time": "2024-11-28T22:19:37+00:00"
"time": "2024-12-17T17:14:01+00:00"
},
{
"name": "roave/security-advisories",
@ -3846,12 +3846,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "1fd8b74024b8938b25df3a9971c7ad9d57d4f592"
"reference": "abbccc97f36a9c78f033525c019d310433f22b57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/1fd8b74024b8938b25df3a9971c7ad9d57d4f592",
"reference": "1fd8b74024b8938b25df3a9971c7ad9d57d4f592",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/abbccc97f36a9c78f033525c019d310433f22b57",
"reference": "abbccc97f36a9c78f033525c019d310433f22b57",
"shasum": ""
},
"conflict": {
@ -3961,7 +3961,7 @@
"contao/managed-edition": "<=1.5",
"corveda/phpsandbox": "<1.3.5",
"cosenary/instagram": "<=2.3",
"craftcms/cms": "<=4.12.6.1|>=5,<=5.4.7.1",
"craftcms/cms": "<4.13.2|>=5,<5.5.2",
"croogo/croogo": "<4",
"cuyz/valinor": "<0.12",
"czim/file-handling": "<1.5|>=2,<2.3",
@ -4140,6 +4140,7 @@
"james-heinrich/phpthumb": "<1.7.12",
"jasig/phpcas": "<1.3.3",
"jcbrand/converse.js": "<3.3.3",
"joelbutcher/socialstream": "<6.2",
"johnbillion/wp-crontrol": "<1.16.2",
"joomla/application": "<1.0.13",
"joomla/archive": "<1.1.12|>=2,<2.0.1",
@ -4175,6 +4176,7 @@
"laravel/fortify": "<1.11.1",
"laravel/framework": "<6.20.45|>=7,<7.30.7|>=8,<8.83.28|>=9,<9.52.17|>=10,<10.48.23|>=11,<11.31",
"laravel/laravel": ">=5.4,<5.4.22",
"laravel/pulse": "<1.3.1",
"laravel/reverb": "<1.4",
"laravel/socialite": ">=1,<2.0.10",
"latte/latte": "<2.10.8",
@ -4255,7 +4257,6 @@
"neos/swiftmailer": "<5.4.5",
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/database": "<=3.2.4",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
"nilsteampassnet/teampass": "<3.0.10",
"nonfiction/nterchange": "<4.1.1",
@ -4400,6 +4401,7 @@
"shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
"shopxo/shopxo": "<=6.1",
"showdoc/showdoc": "<2.10.4",
"shuchkin/simplexlsx": ">=1.0.12,<1.1.12",
"silverstripe-australia/advancedreports": ">=1,<=2",
"silverstripe/admin": "<1.13.19|>=2,<2.1.8",
"silverstripe/assets": ">=1,<1.11.1",
@ -4437,7 +4439,7 @@
"snipe/snipe-it": "<=7.0.13",
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spatie/browsershot": "<3.57.4",
"spatie/browsershot": "<5.0.3",
"spatie/image-optimizer": "<1.7.3",
"spencer14420/sp-php-email-handler": "<1",
"spipu/html2pdf": "<5.2.8",
@ -4550,7 +4552,7 @@
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
"ua-parser/uap-php": "<3.8",
"uasoft-indonesia/badaso": "<=2.9.7",
"unisharp/laravel-filemanager": "<2.6.4",
"unisharp/laravel-filemanager": "<2.9.1",
"unopim/unopim": "<0.1.5",
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
@ -4689,7 +4691,7 @@
"type": "tidelift"
}
],
"time": "2024-12-10T21:04:50+00:00"
"time": "2024-12-20T16:05:39+00:00"
},
{
"name": "squizlabs/php_codesniffer",
@ -4777,12 +4779,12 @@
"source": {
"type": "git",
"url": "https://github.com/szepeviktor/phpstan-wordpress.git",
"reference": "6686dc2412cdf544556d428e67aa8f0b645164ca"
"reference": "22aaab0e052ca496868cd98ce4ea40b20f5e7061"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/6686dc2412cdf544556d428e67aa8f0b645164ca",
"reference": "6686dc2412cdf544556d428e67aa8f0b645164ca",
"url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/22aaab0e052ca496868cd98ce4ea40b20f5e7061",
"reference": "22aaab0e052ca496868cd98ce4ea40b20f5e7061",
"shasum": ""
},
"require": {
@ -4832,7 +4834,7 @@
"issues": "https://github.com/szepeviktor/phpstan-wordpress/issues",
"source": "https://github.com/szepeviktor/phpstan-wordpress/tree/2.x"
},
"time": "2024-12-02T21:31:37+00:00"
"time": "2024-12-17T02:20:49+00:00"
}
],
"aliases": [],

0
config/application.php Normal file → Executable file
View file

0
config/environments/development.php Normal file → Executable file
View file

0
config/environments/production.php Normal file → Executable file
View file

0
config/environments/staging.php Normal file → Executable file
View file

0
cute.ts Normal file → Executable file
View file

0
db/db-2024-08-13-e0d996d.sql Normal file → Executable file
View file

0
db/db-2024-09-25-94454e3.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-10-02-daefa02.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-10-09-7b64f98.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-10-31-24ad464.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-10-8bb2213.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-14-c4a1900.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-15-196974e.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-15-6472f51.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-15-f38bf13.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-16-e0819fa.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-21-fa853bf.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-22-47075e8.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-23-980048c.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-25-210f479.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-25-67dd10d.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-11-25-c7e7968.sql Normal file → Executable file
View file

0
db/haiku_atelier-2024-12-10-d8d6e87.sql Normal file → Executable file
View file

3
dprint.json Normal file → Executable file
View file

@ -11,7 +11,8 @@
"exec": {
"cacheKey": "1",
"commands": [
{ "command": "prettier --ignore-unknown --write --stdin-filepath {{file_path}}", "exts": ["php", "xml"] }
{ "command": "prettier --ignore-unknown --write --stdin-filepath {{file_path}}", "exts": ["php", "xml"] },
{ "command": "just --dump", "fileNames": ["justfile"], "stdin": false }
],
"cwd": "${originConfigDir}",
"indentWidth": 2,

0
eslint.config.js Normal file → Executable file
View file

0
justfile Normal file → Executable file
View file

0
lib/openapi3_1.json Normal file → Executable file
View file

0
lib/stylelint.d.ts vendored Normal file → Executable file
View file

0
lib/woocommerce-openapi-3.0.x.yml Normal file → Executable file
View file

0
lib/wp-json-openapi.json Normal file → Executable file
View file

0
lib/wp-json-schema.json Normal file → Executable file
View file

32
package.json Normal file → Executable file
View file

@ -14,48 +14,48 @@
},
"dependencies": {
"@mobily/ts-belt": "4.0.0-rc.5",
"@sentry/browser": "8.44.0",
"@swan-io/boxed": "^3.1.2",
"@sentry/browser": "8.47.0",
"@swan-io/boxed": "^3.2.0",
"a11y-dialog": "^8.1.1",
"lit-html": "^3.2.1",
"optics-ts": "^2.4.1",
"purify-ts": "^2.1.0",
"ts-pattern": "^5.5.0",
"ts-pattern": "^5.6.0",
"valibot": "1.0.0-beta.9"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@sentry/core": "^8.44.0",
"@sentry/core": "^8.47.0",
"@swc/cli": "0.5.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@vitejs/plugin-legacy": "^6.0.0",
"better-typescript-lib": "^2.10.0",
"browserslist": "^4.24.2",
"eslint": "^9.16.0",
"eslint-plugin-oxlint": "^0.15.0",
"eslint-plugin-perfectionist": "^4.3.0",
"browserslist": "^4.24.3",
"eslint": "^9.17.0",
"eslint-plugin-oxlint": "^0.15.2",
"eslint-plugin-perfectionist": "^4.4.0",
"fdir": "^6.4.2",
"globals": "^15.13.0",
"knip": "^5.39.4",
"oxlint": "^0.15.0",
"globals": "^15.14.0",
"knip": "^5.41.1",
"oxlint": "^0.15.3",
"picomatch": "^4.0.2",
"prettier": "^3.4.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass-embedded": "^1.82.0",
"stylelint": "^16.11.0",
"sass-embedded": "^1.83.0",
"stylelint": "^16.12.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.1",
"typescript": "5.8.0-dev.20241122",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-valibot-env": "^0.9.2",

0
phpcs.xml Normal file → Executable file
View file

0
phpstan.neon Normal file → Executable file
View file

994
pnpm-lock.yaml generated Normal file → Executable file

File diff suppressed because it is too large Load diff

0
prettier.config.js Normal file → Executable file
View file

0
psalm.xml Normal file → Executable file
View file

0
scripts/SUBSET.fish Normal file → Executable file
View file

0
scripts/remove-scaled-images.php Normal file → Executable file
View file

0
stylelint.config.js Normal file → Executable file
View file

0
tsconfig.json Normal file → Executable file
View file

0
vite.config.js Normal file → Executable file
View file

0
web/app/languages/admin-en_GB.l10n.php Normal file → Executable file
View file

0
web/app/languages/admin-en_GB.mo Normal file → Executable file
View file

0
web/app/languages/admin-en_GB.po Normal file → Executable file
View file

0
web/app/languages/admin-fr_BE.l10n.php Normal file → Executable file
View file

0
web/app/languages/admin-fr_BE.mo Normal file → Executable file
View file

0
web/app/languages/admin-fr_BE.po Normal file → Executable file
View file

0
web/app/languages/admin-fr_FR.l10n.php Normal file → Executable file
View file

0
web/app/languages/admin-fr_FR.mo Normal file → Executable file
View file

0
web/app/languages/admin-fr_FR.po Normal file → Executable file
View file

0
web/app/languages/admin-network-en_GB.l10n.php Normal file → Executable file
View file

0
web/app/languages/admin-network-en_GB.mo Normal file → Executable file
View file

0
web/app/languages/admin-network-en_GB.po Normal file → Executable file
View file

0
web/app/languages/admin-network-fr_BE.l10n.php Normal file → Executable file
View file

0
web/app/languages/admin-network-fr_BE.mo Normal file → Executable file
View file

0
web/app/languages/admin-network-fr_BE.po Normal file → Executable file
View file

0
web/app/languages/admin-network-fr_FR.l10n.php Normal file → Executable file
View file

0
web/app/languages/admin-network-fr_FR.mo Normal file → Executable file
View file

0
web/app/languages/admin-network-fr_FR.po Normal file → Executable file
View file

0
web/app/languages/continents-cities-fr_BE.l10n.php Normal file → Executable file
View file

0
web/app/languages/continents-cities-fr_BE.mo Normal file → Executable file
View file

0
web/app/languages/continents-cities-fr_BE.po Normal file → Executable file
View file

0
web/app/languages/continents-cities-fr_FR.l10n.php Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more