cms/app-client/app/mirage/fixtures/lexvo.js
author ymh <ymh.work@gmail.com>
Thu, 02 Jun 2016 18:24:19 +0200
changeset 168 17f10b56c079
parent 127 5cd8c3065c38
permissions -rw-r--r--
improve document model and propagate changes. This include the change of document fixtures to better reflect what the api is effectively returning

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" }
];