update feature branch
This commit is contained in:
parent
5dbf0b91e2
commit
09af1d9a8c
10 changed files with 15 additions and 13 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -686,16 +686,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.15.0",
|
||||
"version": "v1.17.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
|
||||
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
|
||||
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
|
||||
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -707,7 +707,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.15-dev"
|
||||
"dev-master": "1.17-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -740,7 +740,7 @@
|
|||
"polyfill",
|
||||
"portable"
|
||||
],
|
||||
"time": "2020-02-27T09:26:54+00:00"
|
||||
"time": "2020-05-12T16:14:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
|
@ -862,12 +862,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vlucas/valitron.git",
|
||||
"reference": "43e9393009220353445dc5cbe6da1442d71d87ab"
|
||||
"reference": "4af076d19f3cd4fd61f560cba115316834c7fe81"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/43e9393009220353445dc5cbe6da1442d71d87ab",
|
||||
"reference": "43e9393009220353445dc5cbe6da1442d71d87ab",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/4af076d19f3cd4fd61f560cba115316834c7fe81",
|
||||
"reference": "4af076d19f3cd4fd61f560cba115316834c7fe81",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -903,7 +903,7 @@
|
|||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"time": "2020-03-05T19:31:19+00:00"
|
||||
"time": "2020-05-14T14:50:07+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
|
|
@ -78,15 +78,15 @@ TYPEMILL is published under MIT licence. Please check the licence of the include
|
|||
|
||||
## Contributors & Supporters
|
||||
|
||||
* [Severo Juliano](https://github.com/iusvar) manages the internationalization i18n.
|
||||
* [Severo Iuliano](https://github.com/iusvar) manages the internationalization i18n.
|
||||
* [Eziquel Bruni](https://github.com/EzequielBruni) edits the typemill documentation.
|
||||
* [Ricky](https://github.com/rbertram90) developed the discard functionality.
|
||||
* [vodaris](https://www.vodaris.de) sponsored the development of the search plugin.
|
||||
* Translations:
|
||||
* Dutch: [svanlaere](https://github.com/svanlaere)
|
||||
* French: [Olivier Crouzet]https://github.com/oliviercrouzet
|
||||
* French: [Olivier Crouzet](https://github.com/oliviercrouzet)
|
||||
* German: [trendschau](https://github.com/trendschau)
|
||||
* Italian: [Severo Juliano](https://github.com/iusvar)
|
||||
* Italian: [Severo Iuliano](https://github.com/iusvar)
|
||||
* Russian: [Hide-me](https://github.com/hide-me)
|
||||
|
||||
## How to Contribute
|
||||
|
|
1
themes/typemill/languages/user/en.yaml
Normal file
1
themes/typemill/languages/user/en.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
# English
|
1
themes/typemill/languages/user/it.yaml
Normal file
1
themes/typemill/languages/user/it.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
# Italiano
|
Loading…
Add table
Reference in a new issue