LinguaLibre

Difference between revisions of "List of languages"

Supported languages on LinguaLibre can be found via the research tool, example: Search:Cantonese for this specific language. You can also browse the lists below for fast overview of all supported languages. The lists below includes values useful to bots and developers.

m
(Marked this version for translation)
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#Subtitle:'''Supported languages on LinguaLibre''' can be found via the research tool, example: [https://lingualibre.org/wiki/Special:Search?search=Cantonese Search:Cantonese] for this specific language. You can also browse the lists below for fast overview of all supported languages. The lists below includes values useful to bots and developers.}}
+
{{#Subtitle:<translate><!--T:1--> '''Supported languages on LinguaLibre''' can be found via the research tool, example: [{{SERVER}}/Special:Search?search=Cantonese Search:Cantonese] for this specific language. You can also browse the lists below for fast overview of all supported languages. The lists below includes values useful to bots and developers.</translate>}}
 +
<languages/>
 +
<translate>
 +
== List of languages for which words have already been recorded == <!--T:2--></translate>
  
== List of languages for which words have already been recorded ==
+
<query _pagination="100" language="<translate><!--T:3--> LinguaLibre Qid</translate>" languageLabel="<translate><!--T:14--> Language name</translate>" wikidata="<translate><!--T:4--> Wikidata Qid</translate>" code="<translate><!--T:5--> ISO 639-3 code</translate>" wiki="<translate><!--T:6--> Wikis</translate>" nb="<translate><!--T:7--> Number of records</translate>">
 
+
select ?language ?wikidata ?languageLabel ?code ?wiki (COUNT(DISTINCT ?record) as ?nb)
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code" nb="Number of records">
 
select ?language ?wikidata ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
 
 
where {
 
where {
 
   ?record prop:P2 entity:Q2 .
 
   ?record prop:P2 entity:Q2 .
Line 10: Line 11:
 
   OPTIONAL { ?language prop:P12 ?wikidata }
 
   OPTIONAL { ?language prop:P12 ?wikidata }
 
   OPTIONAL { ?language prop:P13 ?code }
 
   OPTIONAL { ?language prop:P13 ?code }
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "en"). }
+
  OPTIONAL { ?language prop:P17 ?wiki }
 +
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "[AUTO_LANGUAGE]"). }
 
}
 
}
GROUP BY ?language ?wikidata ?languageLabel ?code
+
GROUP BY ?language ?wikidata ?languageLabel ?code ?wiki
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 
</query>
 
</query>
  
== List of languages for which you can record ==
+
<translate>
 +
== List of languages for which you can record == <!--T:8--></translate>
  
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code">
+
<query _pagination="100" language="<translate><!--T:9--> LinguaLibre Qid</translate>" languageLabel="<translate><!--T:15--> Language name</translate>" wikidata="<translate><!--T:10--> Wikidata Qid</translate>" code="<translate><!--T:11--> ISO 639-3 code</translate>">
select ?language ?wikidata ?languageLabel ?code )
+
select ?language ?wikidata ?languageLabel ?code
 
where {
 
where {
 
   ?language prop:P2 entity:Q4 .
 
   ?language prop:P2 entity:Q4 .
 
   OPTIONAL { ?language prop:P12 ?wikidata }
 
   OPTIONAL { ?language prop:P12 ?wikidata }
 
   OPTIONAL { ?language prop:P13 ?code }
 
   OPTIONAL { ?language prop:P13 ?code }
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "en"). }
+
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "[AUTO_LANGUAGE]"). }
 
}
 
}
 
GROUP BY ?language ?wikidata ?languageLabel ?code
 
GROUP BY ?language ?wikidata ?languageLabel ?code
 
ORDER BY DESC(?code)
 
ORDER BY DESC(?code)
 
</query>
 
</query>
 +
<translate>
 +
== See also == <!--T:12-->
 +
 +
<!--T:13-->
 +
* [[<tvar|1>Special:MyLanguage/LinguaLibre:Language codes systems used across LinguaLibre</>|LinguaLibre:Language codes systems used across LinguaLibre]]
 +
* [[<tvar|2>Special:MyLanguage/Help:Add a new language</>|Help:Add a new language]]
 +
* [[<tvar|3>Special:MyLanguage/Help:Querying Lingua Libre</>|Help:Querying Lingua Libre]]
 +
* [[<tvar|4>Special:MyLanguage/Help:Sparql</>|Help:Sparql]]
 +
* [[<tvar|5>Special:ListProperties</>|Special:ListProperties]]
 +
* [[<tvar|6>Special:MyLanguage/DataViz:Speakers</>|DataViz:Speakers]]
 +
* [[<tvar|7>Special:MyLanguage/DataViz:Records</>|DataViz:Records]]</translate>
 +
* [[LinguaLibre:Stats/Languages]]
  
== See also ==
+
[[Category:Lingua Libre{{#translation:}}]]]
* [[Help:Add a new language]]
 
* [[Help:Querying Lingua Libre]]
 
* [[LinguaLibre:Sparql]]
 

Revision as of 15:28, 30 August 2021

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎brezhoneg • ‎français • ‎interlingua • ‎occitan • ‎polski • ‎sicilianu • ‎svenska • ‎македонски • ‎русский • ‎עברית • ‎বাংলা

List of languages for which words have already been recorded

... Loading ...

List of languages for which you can record

... Loading ...

See also