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:
committed by
Marc Alexander
parent
a200446646
commit
8244aff9cb
27
phpBB/language/en/composer.json
Executable file
27
phpBB/language/en/composer.json
Executable 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"
|
||||
}
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
British English
|
||||
British English
|
||||
phpBB Limited
|
Reference in New Issue
Block a user