mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +00:00
Merge remote-tracking branch 'origin/master' into 2.3
This commit is contained in:
commit
e1d64050ad
3 changed files with 6 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -51,3 +51,7 @@ bin
|
|||
app/Resources/build/
|
||||
!/src/Wallabag/CoreBundle/Resources/public
|
||||
/src/Wallabag/CoreBundle/Resources/public/*
|
||||
|
||||
# Test-generated files
|
||||
admin-export.json
|
||||
specialexport.json
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
"symfony-var-dir": "var",
|
||||
"symfony-web-dir": "web",
|
||||
"symfony-tests-dir": "tests",
|
||||
"symfony-assets-install": "symlink",
|
||||
"symfony-assets-install": "relative",
|
||||
"incenteev-parameters": {
|
||||
"file": "app/config/parameters.yml"
|
||||
}
|
||||
|
|
|
@ -361,7 +361,7 @@ quickstart:
|
|||
developer:
|
||||
title: 'Developers'
|
||||
description: 'We also thought to the developers: Docker, API, translations, etc.'
|
||||
create_application: 'Create your third application'
|
||||
create_application: 'Create your third-party application'
|
||||
use_docker: 'Use Docker to install wallabag'
|
||||
docs:
|
||||
title: 'Full documentation'
|
||||
|
|
Loading…
Reference in a new issue