jenkins-bot has submitted this change and it was merged.

Change subject: Fix i18n issues with quotes & <var> tags
......................................................................


Fix i18n issues with quotes & <var> tags

Bug: T151534
Bug: T151533
Bug: T151531
Bug: T151530
Bug: T151528
Bug: T151535
Bug: T151542
Change-Id: Ica70b05c564984b41f2ee235af8222f3070b23e0
---
M repo/i18n/en.json
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  Aude: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/i18n/en.json b/repo/i18n/en.json
index 6de5c79..305dbb7 100644
--- a/repo/i18n/en.json
+++ b/repo/i18n/en.json
@@ -438,7 +438,7 @@
        "apihelp-wbformatvalue-param-datatype": "The value's data type. This is 
distinct from the value's type",
        "apihelp-wbformatvalue-param-datavalue": "The data to format. This has 
to be the JSON serialization of a DataValue object.",
        "apihelp-wbformatvalue-param-options": "The options the formatter 
should use. Provided as a JSON object.",
-       "apihelp-wbformatvalue-param-property": "Property ID the data value 
belongs to, should be used instead of the datatype parameter.",
+       "apihelp-wbformatvalue-param-property": "Property ID the data value 
belongs to, should be used instead of the <var>datatype</var> parameter.",
        "apihelp-wbformatvalue-example-1": "Format a simple string value.",
        "apihelp-wbformatvalue-example-2": "Format a string value as a URL in 
HTML.",
        "apihelp-wbgetclaims-description": "Gets Wikibase claims.",
@@ -473,12 +473,12 @@
        "apihelp-wbgetentities-example-10": "Get the item for page \"Berlin\" 
on the site \"enwiki\", with language attributes in English language",
        "apihelp-wbgetentities-example-11": "Get the item for page \"Berlin\" 
on the site \"enwiki\" after normalizing the title from \"berlin\"",
        "apihelp-wbgetentities-example-12": "Get the sitelinks for item Q42",
-       "apihelp-wbgetentities-example-13": "Get entities with ID Q42 showing 
only sitelinks from enwiki",
+       "apihelp-wbgetentities-example-13": "Get entities with ID Q42 showing 
only sitelinks from \"enwiki\"",
        "apihelp-wblinktitles-description": "Associates two articles on two 
different wikis with a Wikibase item.",
-       "apihelp-wblinktitles-param-tosite": "An identifier for the site on 
which the page resides.\nUse together with 'totitle' to make a complete 
sitelink.",
-       "apihelp-wblinktitles-param-totitle": "Title of the page to 
associate.\nUse together with 'tosite' to make a complete sitelink.",
-       "apihelp-wblinktitles-param-fromsite": "An identifier for the site on 
which the page resides.\nUse together with 'fromtitle' to make a complete 
sitelink.",
-       "apihelp-wblinktitles-param-fromtitle": "Title of the page to 
associate.\nUse together with 'fromsite' to make a complete sitelink.",
+       "apihelp-wblinktitles-param-tosite": "An identifier for the site on 
which the page resides.\nUse together with <var>totitle</var> to make a 
complete sitelink.",
+       "apihelp-wblinktitles-param-totitle": "Title of the page to 
associate.\nUse together with <var>tosite</var> to make a complete sitelink.",
+       "apihelp-wblinktitles-param-fromsite": "An identifier for the site on 
which the page resides.\nUse together with <var>fromtitle</var> to make a 
complete sitelink.",
+       "apihelp-wblinktitles-param-fromtitle": "Title of the page to 
associate.\nUse together with <var>fromsite</var> to make a complete sitelink.",
        "apihelp-wblinktitles-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wblinktitles-example-1": "Add a link \"Hydrogen\" from the 
English page to \"Wasserstoff\" at the German page",
        "apihelp-wbmergeitems-description": "Merges multiple items.",
@@ -492,7 +492,7 @@
        "apihelp-wbmergeitems-example-3": "Merges data from Q66 into Q99 
ignoring any conflicting sitelinks",
        "apihelp-wbmergeitems-example-4": "Merges data from Q66 into Q99 
ignoring any conflicting sitelinks and descriptions",
        "apihelp-wbparsevalue-description": "Parses values using a 
ValueParser.",
-       "apihelp-wbparsevalue-param-parser": "ID of the ValueParser to use. 
<span class=\"apihelp-deprecated\">Deprecated</span>. Use the datatype 
parameter instead.",
+       "apihelp-wbparsevalue-param-parser": "ID of the ValueParser to use. 
<span class=\"apihelp-deprecated\">Deprecated</span>. Use the 
<var>datatype</var> parameter instead.",
        "apihelp-wbparsevalue-param-datatype": "Datatype of the value to parse. 
Determines the parser to use.",
        "apihelp-wbparsevalue-param-validate": "Whether to additionally verify 
the data passed in.",
        "apihelp-wbparsevalue-param-values": "The values to parse",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ica70b05c564984b41f2ee235af8222f3070b23e0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: WMDE-leszek <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to