chore(i18n): update locales

This commit is contained in:
Sabe Jones
2017-06-01 23:17:32 +00:00
parent 9ffebc10a7
commit cd1be828ca
149 changed files with 884 additions and 445 deletions

View File

@@ -17,8 +17,5 @@ function setUpServer () {
setUpServer();
// Replace this with your migration
var processUsers = require('./groups/update-groups-with-group-plans');
processUsers()
.catch(function (err) {
console.log(err)
})
var processUsers = require('./takeThis');
processUsers();