Commit 3f648f6ed62271554c0dbbc7d2df97d42435c26d
1 parent
d5a304a4
Exists in
master
and in
15 other branches
Add missing translation keys
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/languages/en.json
| ... | ... | @@ -27,7 +27,6 @@ |
| 27 | 27 | "navbar.content_viewer_actions.new_item": "New Item", |
| 28 | 28 | "navbar.profile_actions.new_item": "New Item", |
| 29 | 29 | "navbar.content_viewer_actions.new_post": "New Post", |
| 30 | - "//TODO": "Create a way to load plugin translatios - Move plugins translations to the plugins translations files", | |
| 31 | 30 | "navbar.content_viewer_actions.new_discussion": "New Discussion", |
| 32 | 31 | "navbar.profile_actions.new_discussion": "New Discussion", |
| 33 | 32 | "notification.error.default.message": "Something went wrong!", | ... | ... |
src/languages/pt.json
| ... | ... | @@ -25,8 +25,10 @@ |
| 25 | 25 | "auth.form.password": "Senha", |
| 26 | 26 | "auth.form.login_button": "Login", |
| 27 | 27 | "navbar.content_viewer_actions.new_item": "Novo Item", |
| 28 | + "navbar.profile_actions.new_item": "Novo Item", | |
| 28 | 29 | "navbar.content_viewer_actions.new_post": "Novo Artigo", |
| 29 | 30 | "navbar.content_viewer_actions.new_discussion": "Nova Discussão", |
| 31 | + "navbar.profile_actions.new_discussion": "Nova Discussão", | |
| 30 | 32 | "notification.error.default.message": "Algo deu errado!", |
| 31 | 33 | "notification.error.default.title": "Oops...", |
| 32 | 34 | "notification.profile.not_found": "Página não encontrada", | ... | ... |