Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar & translations #1831

Merged
merged 6 commits into from
Oct 28, 2016
Merged

Navbar & translations #1831

merged 6 commits into from
Oct 28, 2016

Conversation

jykae
Copy link
Contributor

@jykae jykae commented Oct 28, 2016

Closes #1319

  • fix navbar & footer i18n
  • deprecate homeHeader

@jykae jykae added this to the Sprint 34 milestone Oct 28, 2016
@jykae jykae changed the title signup & login translations Navbar & translations Oct 28, 2016
@@ -44,15 +44,15 @@
<a href="{{ pathFor route='addApi' }}">
<i class="fa fa-plus" aria-hidden="true"></i>

{{_ "masterLayout_sidebar_AddAPIBackend" }}
{{_ "navbar_AddAPIBackend" }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be "navbar_addAPIBackend"

</a>
</li>
{{/ if }}
{{# if isInRole 'admin' }}
<li class="{{ isActiveRoute 'accountsAdmin' }}">
<a href="{{ pathFor route='accountsAdmin' }}">
<i class="fa fa-users" aria-hidden="true"></i>
{{_ "masterLayout_sidebar_Users" }}
{{_ "navbar_Users" }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be "navbar_users"

@@ -84,7 +84,7 @@
<li>
<a id="about-button">
<i class="fa fa-question-circle" aria-hidden="true"></i>
{{_ "navbar_aboutButton_text" }}
{{_ "navbar_About" }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be "navbar_about"

@jykae
Copy link
Contributor Author

jykae commented Oct 28, 2016

@NNN requested changes done

@55 55 merged commit 082c846 into develop Oct 28, 2016
@55 55 deleted the bugfix/navbar-i18n-signUp-login branch October 28, 2016 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing i18n texts in navbar
2 participants