Skip to content

Commit

Permalink
Created folder for spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyPrincess committed Oct 30, 2018
1 parent 9753b0a commit 2a400b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/data/es/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const A = require('./agreeableness')
const E = require('./extraversion')
const N = require('./neuroticism')
const C = require('./conscientiousness')
const O = require('./openness_to_experience')

module.exports = Object.assign([], [ A, E, N, C, O ])

0 comments on commit 2a400b6

Please sign in to comment.