mirror of
https://ghproxy.net/https://github.com/aspirepress/aspireupdate-translations.git
synced 2025-10-04 22:20:52 +08:00
Initial commit
This commit is contained in:
commit
f28d8d9e13
28 changed files with 2393 additions and 0 deletions
38
composer.json
Normal file
38
composer.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "afragen/aspireupdate-translations",
|
||||
"description": "Translation language packs for Git Updater plugin",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"aspireupdate",
|
||||
"language packs",
|
||||
"translations"
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andy Fragen",
|
||||
"email": "andy@thefragens.com",
|
||||
"homepage": "https://thefragens.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/afragen/aspireupdate-translations"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/afragen/aspireupdate-translations/issues",
|
||||
"source": "https://github.com/afragen/aspireupdate-translations"
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"afragen/language-pack-maker": "dev-master"
|
||||
},
|
||||
"scripts": {
|
||||
"make-language-packs": [
|
||||
"php ./vendor/autoload.php"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue