All files / lib/locales/int personal.js

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6
1 2 3 4 5 6 7 8 9 10 11 12 13 14    16x     16x   16x   16x   16x   16x
'use strict';
 
Object.defineProperty(exports, "__esModule", {
  value: true
});
var BLOOD_GROUPS = exports.BLOOD_GROUPS = ['O+', 'A+', 'B+', 'AB+', 'O−', 'A−', 'B−', 'AB−'];
 
var FAVORITE_MUSIC_GENRE = exports.FAVORITE_MUSIC_GENRE = ["Pop", "Rock", "Hard Rock", "Rhythm & Blues (R&B)", "Country", "Rock & Roll", "Soul", "Country Pop", "Pop Rock", "Heavy Metal", "Progressive Rock", "Alternative Rock", "Jazz", "New Wave", "Synthpop", "Hip Hop", "Folk", "New Age", "Blues Rock", "Ambient", "Ambient house", "Classic", "Neoclassic", "Drum and bass"];
 
var GENDER_SYMBOLS = exports.GENDER_SYMBOLS = ['♂', '♀', '⚲'];
 
var SEXUALITY_SYMBOLS = exports.SEXUALITY_SYMBOLS = ['⚤', '⚢', '⚣', '⚥', '⚧', '⚪'];
 
var ENGLISH_LEVEL = exports.ENGLISH_LEVEL = ['Beginner', 'Elementary', 'Pre - Intermediate', 'Intermediate', 'Upper Intermediate', 'Advanced', 'Proficiency'];