diff --git a/frontend/locales/en-us.json b/frontend/locales/en-us.json index 0f179938..391ee064 100644 --- a/frontend/locales/en-us.json +++ b/frontend/locales/en-us.json @@ -1,4 +1,9 @@ { "your-dashboard": "Your Dashboard", - "welcome-to": "Welcome to" + "settings": "Settings", + "projects": "Projects", + "people": "People", + "no-personal-projects": "You don't have any personal projects at the moment.", + "create-new": "Create new", + "your-settings": "Your settings" } \ No newline at end of file diff --git a/frontend/locales/pt-pt.json b/frontend/locales/pt-pt.json index f88ebb3e..9ad3487e 100644 --- a/frontend/locales/pt-pt.json +++ b/frontend/locales/pt-pt.json @@ -1,4 +1,9 @@ { "your-dashboard": "O seu painel", - "welcome-to": "Bem vindo a" + "settings": "Preferências", + "projects": "Projectos", + "people": "Pessoas", + "no-personal-projects": "No momento não tem projectos pessoais", + "create-new": "Criar novo", + "your-settings": "As suas preferências" } \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index e889283c..b94ee9ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,6 +23,7 @@ "express": "^4.14.0", "inherits": "^2.0.3", "locale": "^0.1.0", + "lodash.isempty": "^4.4.0", "lodash.template": "^4.4.0", "lodash.uniq": "^4.5.0", "param-case": "^2.1.0", diff --git a/frontend/src/containers/app.js b/frontend/src/containers/app.js index 25b3f603..445c7849 100644 --- a/frontend/src/containers/app.js +++ b/frontend/src/containers/app.js @@ -72,7 +72,7 @@ module.exports = (props) => {
- +