Fixes #4156: PHP settings documentation is not localized

This commit is contained in:
Martin Aeschlimann
2016-03-15 17:07:06 +01:00
parent 0093264a49
commit 9b737ec24e
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
{
"configuration.validate.enable": "Whether php validation is enabled or not.",
"configuration.validate.executablePath": "Points to the php executable.",
"configuration.validate.run": "Whether the linter is run on save or on type.",
"configuration.title": "PHP Configuration options"
}