Skip to content

Commit

Permalink
Fix: VideogamesGenreQuestion
Browse files Browse the repository at this point in the history
  • Loading branch information
UO283615 committed Apr 27, 2024
1 parent f822461 commit ab438e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void setQuery() {
" OPTIONAL { " +
" ?game wdt:P136 ?genreItem. " +
" ?genreItem rdfs:label ?genreLabel. " +
" FILTER(LANG(?genreLabel) IN (\"en\", \"es\")) " +
" FILTER(LANG(?genreLabel) IN (\"" + langCode + "\")) " +
" } " +
" SERVICE wikibase:label { bd:serviceParam wikibase:language \"" + langCode + "\". } " +
"} " +
Expand Down

0 comments on commit ab438e3

Please sign in to comment.