Yurik has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/325089

Change subject: Fixed single to double quotes for JSON in en msgs
......................................................................

Fixed single to double quotes for JSON in en msgs

Change-Id: I80c18b3cbb5928d055a8eae2d024dd54a26822ae
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/JsonConfig 
refs/changes/89/325089/1

diff --git a/i18n/en.json b/i18n/en.json
index 069ecf6..c81f256 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -6,10 +6,10 @@
        },
        "jsonconfig-desc": "Allows JSON configuration to be stored in a wiki",
        "jsonconfig-duplicate-field": "More than one value \"$1\" found",
-       "jsonconfig-err-array": "Parameter \"$1\" must be a list, e.g. 
['value1', 'value2', ...]",
+       "jsonconfig-err-array": "Parameter \"$1\" must be a list, e.g. 
[\"value1\", \"value2\", ...]",
        "jsonconfig-err-array-count": "List \"$1\" has $2 
{{PLURAL:$2|value|values}}, but must have $3 {{PLURAL:$3|value|values}}, the 
same number of values as \"$4\"",
        "jsonconfig-err-array-expected": "The value at \"$1\" was expected to 
be a list surrounded by the [...] brackets",
-       "jsonconfig-err-assoc-array": "Parameter \"$1\" must be an associative 
array (dictionary), e.g. {'key': 'value', ...}",
+       "jsonconfig-err-assoc-array": "Parameter \"$1\" must be an associative 
array (dictionary), e.g. {\"key\": \"value\", ...}",
        "jsonconfig-err-bad-header-string": "Header \"$1\" must only consist of 
letters, numbers, and underscore characters, and must not begin with a number",
        "jsonconfig-err-bad-geojson": "Parameter \"$1\" must be a valid GeoJSON 
data object, or an array of GeoJSON objects. If \"properties\" field contains 
\"title\" or \"description\", they must be either single line strings without 
tabs or trailing spaces, or a multi-lingual objects of such strings, e.g. { 
\"en\":\"String in English\", ... }",
        "jsonconfig-err-bad-type": "Parameter \"$1\" must be a valid type like 
\"string\", \"number\", or \"boolean\"",

-- 
To view, visit https://gerrit.wikimedia.org/r/325089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I80c18b3cbb5928d055a8eae2d024dd54a26822ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/JsonConfig
Gerrit-Branch: master
Gerrit-Owner: Yurik <yu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to