cms/app-client/mirage/fixtures/lexvos.js
author ymh <ymh.work@gmail.com>
Tue, 07 Jun 2016 01:16:31 +0200
changeset 173 cf7b221238fd
parent 127 cms/app-client/app/mirage/fixtures/lexvo.js@5cd8c3065c38
child 329 0a2c2ad49d75
permissions -rw-r--r--
Work on test fixtures: - get rid both on bo and front of 2 fixtures files for documents - correct dl_fixtures to reflect this - upgrade mirage from 0.1.13 to 0.2.0 - download new version of documents fixtures including geo information

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