jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/356176 )

Change subject: Add [AUTO_LANGUAGE] to label service suggestion
......................................................................


Add [AUTO_LANGUAGE] to label service suggestion

Change-Id: I19d575f2c56ba6b11e30d36df1c21577bea8f852
---
M wikibase/queryService/ui/editor/hint/Sparql.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jonas Kress (WMDE): Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wikibase/queryService/ui/editor/hint/Sparql.js 
b/wikibase/queryService/ui/editor/hint/Sparql.js
index 7ead0ce..3f8189d 100755
--- a/wikibase/queryService/ui/editor/hint/Sparql.js
+++ b/wikibase/queryService/ui/editor/hint/Sparql.js
@@ -12,7 +12,7 @@
        var SPARQL_KEYWORDS = [
                        'SELECT', 'SELECT * WHERE {\n\n}', 'OPTIONAL', 
'OPTIONAL {\n\n}', 'WHERE',
                        'WHERE {\n\n}', 'ORDER', 'ORDER BY', 'DISTINCT', 
'SERVICE',
-                       'SERVICE wikibase:label { bd:serviceParam 
wikibase:language "en". }', 'BASE',
+                       'SERVICE wikibase:label { bd:serviceParam 
wikibase:language "[AUTO_LANGUAGE],en". }', 'BASE',
                        'PREFIX', 'REDUCED', 'FROM', 'LIMIT', 'OFFSET', 
'HAVING', 'UNION', 'SAMPLE',
                        '(SAMPLE() AS )', 'COUNT', '(COUNT() AS )', 'DESC', 
'DESC()', 'ASC', 'ASC()',
                        'FILTER ()', 'FILTER NOT EXISTS', 'FILTER NOT EXISTS 
{\n\n}', 'UNION', 'UNION {\n\n}',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I19d575f2c56ba6b11e30d36df1c21577bea8f852
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to