cms/app-client/mirage/fixtures/languages.js
author ymh <ymh.work@gmail.com>
Tue, 07 Jun 2016 01:16:31 +0200
changeset 173 cf7b221238fd
parent 126 cms/app-client/app/mirage/fixtures/languages.js@e87a340711a4
child 454 710a2ae08a74
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", 'count': 1559 },
  { 'id': "http://lexvo.org/id/iso639-3/gsw", 'count': 851 },
  { 'id': "http://lexvo.org/id/iso639-3/bre", 'count': 403 },
  { 'id': "http://lexvo.org/id/iso639-3/oci", 'count': 344 },
  { 'id': "http://lexvo.org/id/iso639-3/djk", 'count': 93 },
  { 'id': "http://lexvo.org/id/iso639-3/lad", 'count': 77 },
  { 'id': "http://lexvo.org/id/iso639-3/pcd", 'count': 75 },
  { 'id': "http://lexvo.org/id/iso639-3/frp", 'count': 60 },
  { 'id': "http://lexvo.org/id/iso639-3/und", 'count': 45 },
  { 'id': "http://lexvo.org/id/iso639-3/cos", 'count': 40 },
  { 'id': "http://lexvo.org/id/iso639-3/fsl", 'count': 40 },
  { 'id': "http://lexvo.org/id/iso639-3/rcf", 'count': 32 },
  { 'id': "http://lexvo.org/id/iso639-3/fud", 'count': 23 },
  { 'id': "http://lexvo.org/id/iso639-3/wls", 'count': 20 },
  { 'id': "http://lexvo.org/id/iso639-3/lsy", 'count': 18 },
  { 'id': "http://lexvo.org/id/iso639-3/gcf", 'count': 15 },
  { 'id': "http://lexvo.org/id/iso639-3/nem", 'count': 15 },
  { 'id': "http://lexvo.org/id/iso639-3/uve", 'count': 13 },
  { 'id': "http://lexvo.org/id/iso639-3/ane", 'count': 12 },
  { 'id': "http://lexvo.org/id/iso639-3/axx", 'count': 9 },
  { 'id': "http://lexvo.org/id/iso639-3/cam", 'count': 9 },
  { 'id': "http://lexvo.org/id/iso639-3/eng", 'count': 8 },
  { 'id': "http://lexvo.org/id/iso639-3/iai", 'count': 8 },
  { 'id': "http://lexvo.org/id/iso639-3/kab", 'count': 8 },
  { 'id': "http://lexvo.org/id/iso639-3/plu", 'count': 6 },
  { 'id': "http://lexvo.org/id/iso639-3/bwa", 'count': 4 },
  { 'id': "http://lexvo.org/id/iso639-3/car", 'count': 4 },
  { 'id': "http://lexvo.org/id/iso639-3/gcr", 'count': 4 },
  { 'id': "http://lexvo.org/id/iso639-3/nee", 'count': 4 },
  { 'id': "http://lexvo.org/id/iso639-3/ell", 'count': 3 },
  { 'id': "http://lexvo.org/id/iso639-3/deu", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/dhv", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/nen", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/spa", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/srn", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/swb", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/tur", 'count': 2 },
  { 'id': "http://lexvo.org/id/iso639-3/aji", 'count': 1 },
  { 'id': "http://lexvo.org/id/iso639-3/ita", 'count': 1 },
  { 'id': "http://lexvo.org/id/iso639-3/kdk", 'count': 1 },
  { 'id': "http://lexvo.org/id/iso639-3/nua", 'count': 1 }
];