expatbase/var/www/html/flarum/vendor/flarum-lang/german/composer.json
2025-08-29 00:22:05 +09:00

40 lines
1.1 KiB
JSON

{
"name": "flarum-lang/german",
"type": "flarum-extension",
"description": "German language pack for Flarum.",
"homepage": "https://github.com/flarum-lang",
"keywords": ["locale"],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum-lang/german/issues",
"source": "https://github.com/flarum-lang/german",
"forum": "https://discuss.flarum.org/d/2648"
},
"require": {
"flarum/core": "^1.0",
"flarum-lang/utils": "^1.0"
},
"authors": [
{
"name": "Fabian Prieto Wunderlich",
"email": "prieto@wunderlich.pw",
"role": "Translator"
}
],
"extra": {
"flarum-extension": {
"title": "German",
"category": "language",
"icon": {
"image": "icon.svg",
"backgroundColor": "#ffffff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "de",
"title": "Deutsch"
}
}
}