mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
chore(i18n): update locales
This commit is contained in:
@@ -17,12 +17,5 @@ function setUpServer () {
|
||||
setUpServer();
|
||||
|
||||
// Replace this with your migration
|
||||
const processUsers = require('./users/achievement-restore');
|
||||
processUsers()
|
||||
.then(() => {
|
||||
process.exit();
|
||||
})
|
||||
.catch(function (err) {
|
||||
console.log(err);
|
||||
process.exit();
|
||||
});
|
||||
const processUsers = require('./takeThis');
|
||||
processUsers();
|
||||
|
||||
Reference in New Issue
Block a user