fix: missing apollo-fetch module
This commit is contained in:
@@ -21,15 +21,6 @@ module.exports = {
|
||||
fallbackLng: 'en'
|
||||
})
|
||||
|
||||
// Load fallback defaults
|
||||
const enFallback = require('../locales/default.json')
|
||||
if (_.isPlainObject(enFallback)) {
|
||||
_.forOwn(enFallback, (data, ns) => {
|
||||
this.namespaces.push(ns)
|
||||
this.engine.addResourceBundle('en', ns, data)
|
||||
})
|
||||
}
|
||||
|
||||
// Load current language + namespaces
|
||||
this.refreshNamespaces(true)
|
||||
|
||||
|
@@ -1,46 +0,0 @@
|
||||
{
|
||||
"common": {
|
||||
"footer": {
|
||||
"poweredBy": "Powered by"
|
||||
},
|
||||
"welcome": {
|
||||
"title": "Welcome to your wiki!"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"actions": {
|
||||
"login": "Log In"
|
||||
},
|
||||
"errors": {
|
||||
"invalidLogin": "Invalid Login",
|
||||
"invalidLoginMsg": "The email or password is invalid.",
|
||||
"invalidUserEmail": "Invalid User Email",
|
||||
"loginError": "Login error",
|
||||
"notYetAuthorized": "You have not been authorized to login to this site yet.",
|
||||
"tooManyAttempts": "Too many attempts!",
|
||||
"tooManyAttemptsMsg": "You've made too many failed attempts in a short period of time, please try again {{time}}.",
|
||||
"userNotFound": "User not found"
|
||||
},
|
||||
"fields": {
|
||||
"emailUser": "Email / Username",
|
||||
"password": "Password"
|
||||
},
|
||||
"loginRequired": "Login required",
|
||||
"providers": {
|
||||
"azure": "Azure Active Directory",
|
||||
"facebook": "Facebook",
|
||||
"github": "GitHub",
|
||||
"google": "Google ID",
|
||||
"ldap": "LDAP / Active Directory",
|
||||
"local": "Local",
|
||||
"slack": "Slack",
|
||||
"windowslive": "Microsoft Account"
|
||||
},
|
||||
"tfa": {
|
||||
"placeholder": "XXXXXX",
|
||||
"subtitle": "Security code required:",
|
||||
"title": "Two Factor Authentication",
|
||||
"verifyToken": "Verify"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user