cms/app-client/mirage/fixtures/lexvos.js
author ymh <ymh.work@gmail.com>
Mon, 31 Oct 2016 14:24:23 +0100
changeset 386 c731ab9b934d
parent 329 0a2c2ad49d75
child 429 4a0fc5c5f420
permissions -rw-r--r--
implement first version of sparql client interface

export default [
    { 'id': "http://lexvo.org/id/iso639-3/fra", 'name': "français" },
    { 'id': "http://lexvo.org/id/iso639-3/gsw", 'name': "alémanique" },
    { 'id': "http://lexvo.org/id/iso639-3/oci", 'name': "occitan" },
    { 'id': "http://lexvo.org/id/iso639-3/bre", 'name': "breton" },
    { 'id': "http://lexvo.org/id/iso639-3/djk", 'name': "ndjuka" },
    { 'id': "http://lexvo.org/id/iso639-3/lad", 'name': "ladino" },
    { 'id': "http://lexvo.org/id/iso639-3/pcd", 'name': "picard" },
    { 'id': "http://lexvo.org/id/iso639-3/frp", 'name': "arpitan" },
    { 'id': "http://lexvo.org/id/iso639-3/und", 'name': "indéterminé" },
    { 'id': "http://lexvo.org/id/iso639-3/cos", 'name': "corse" },
    { 'id': "http://lexvo.org/id/iso639-3/fsl", 'name': "langue des signes française" },
    { 'id': "http://lexvo.org/id/iso639-3/rcf", 'name': "créole réunionnais" },
    { 'id': "http://lexvo.org/id/iso639-3/fud", 'name': "futunien" },
    { 'id': "http://lexvo.org/id/iso639-3/wls", 'name': "wallisien" },
    { 'id': "http://lexvo.org/id/iso639-3/lsy", 'name': "mauritian sign language" },
    { 'id': "http://lexvo.org/id/iso639-3/gcf", 'name': "guadeloupean creole french" },
    { 'id': "http://lexvo.org/id/iso639-3/nem", 'name': "nemi" },
    { 'id': "http://lexvo.org/id/iso639-3/uve", 'name': "fagauvea" },
    { 'id': "http://lexvo.org/id/iso639-3/ane", 'name': "xârâcùù" },
    { 'id': "http://lexvo.org/id/iso639-3/axx", 'name': "xaragure" },
    { 'id': "http://lexvo.org/id/iso639-3/cam", 'name': "cèmuhî" },
    { 'id': "http://lexvo.org/id/iso639-3/eng", 'name': "anglais" },
    { 'id': "http://lexvo.org/id/iso639-3/iai", 'name': "iaai" },
    { 'id': "http://lexvo.org/id/iso639-3/kab", 'name': "kabyle" },
    { 'id': "http://lexvo.org/id/iso639-3/plu", 'name': "palikur" },
    { 'id': "http://lexvo.org/id/iso639-3/bwa", 'name': "bwatoo" },
    { 'id': "http://lexvo.org/id/iso639-3/car", 'name': "karib" },
    { 'id': "http://lexvo.org/id/iso639-3/gcr", 'name': "créole guyanais" },
    { 'id': "http://lexvo.org/id/iso639-3/nee", 'name': "nêlêmwa-nixumwak" },
    { 'id': "http://lexvo.org/id/iso639-3/ell", 'name': "grec" },
    { 'id': "http://lexvo.org/id/iso639-3/deu", 'name': "allemand" },
    { 'id': "http://lexvo.org/id/iso639-3/dhv", 'name': "drehu" },
    { 'id': "http://lexvo.org/id/iso639-3/nen", 'name': "nengone" },
    { 'id': "http://lexvo.org/id/iso639-3/spa", 'name': "espagnol" },
    { 'id': "http://lexvo.org/id/iso639-3/srn", 'name': "sranan" },
    { 'id': "http://lexvo.org/id/iso639-3/swb", 'name': "mahorais" },
    { 'id': "http://lexvo.org/id/iso639-3/tur", 'name': "turc" },
    { 'id': "http://lexvo.org/id/iso639-3/aji", 'name': "ajië" },
    { 'id': "http://lexvo.org/id/iso639-3/ita", 'name': "italien" },
    { 'id': "http://lexvo.org/id/iso639-3/kdk", 'name': "numee" },
    { 'id': "http://lexvo.org/id/iso639-3/nua", 'name': "yuaga" },
    { 'id': "corpus-global", 'name': "global" },
    { 'id': "corpus-regionals", 'name': "langues régionales" },
    { 'id': "corpus-oil", 'name': "langues d'oïl" },
    { 'id': "corpus-creoles", 'name': "les créoles" },
    { 'id': "corpus-non-territorials", 'name': "langues non territoriales" },
    { 'id': "corpus-guyane", 'name': "Guyane" },
    { 'id': "corpus-mayotte", 'name': "Mayotte" },
    { 'id': "corpus-polynesia", 'name': "Polynésie française" },
    { 'id': "corpus-wallis-futuna", 'name': "Wallis et Futuna" },
    { 'id': "corpus-new-caledonia", 'name': "Nouvelle-Calédonie" },
];