1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/10824] Make languages use composer.json

PHPBB3-10824
This commit is contained in:
Joas Schilling
2015-09-05 19:20:15 +02:00
committed by Marc Alexander
parent a200446646
commit 8244aff9cb
4 changed files with 88 additions and 25 deletions

27
phpBB/language/en/composer.json Executable file
View File

@@ -0,0 +1,27 @@
{
"name": "en",
"description": "phpBB Forum Software default style",
"type": "phpbb-language",
"version": "3.2.0-a1-dev",
"homepage": "https://www.phpbb.com",
"license": "GPL-2.0",
"authors": [
{
"name": "phpBB Limited",
"email": "operations@phpbb.com",
"homepage": "https://www.phpbb.com/go/authors"
}
],
"support": {
"issues": "https://tracker.phpbb.com",
"forum": "https://www.phpbb.com/community/",
"wiki": "https://wiki.phpbb.com",
"irc": "irc://irc.freenode.org/phpbb"
},
"extra": {
"language-iso": "en",
"english-name": "British English",
"local-name": "British English",
"phpbb-version": "3.2.0-a1-dev"
}
}

View File

@@ -1,3 +0,0 @@
British English
British English
phpBB Limited