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

Header labels are not translatable nor configurable #2

Open
abamy opened this issue Nov 4, 2022 · 0 comments
Open

Header labels are not translatable nor configurable #2

abamy opened this issue Nov 4, 2022 · 0 comments

Comments

@abamy
Copy link

abamy commented Nov 4, 2022

Expected Behaviour

After translating the content in another language, the header should be translated to the targeted language.
The header label should be configurable somehow.

Actual Behaviour

The header stays in english and is not configurable content.

Steps to Reproduce

Create a language copy of the site and translate it to any language.

Sample Code that illustrates the problem

in ui.apps/src/main/content/jcr_root/apps/learning/components/header/header.html

<ul>
            <li class="vert-nav-separator"></li>
            <li><a class="alm-home-navigate">Home</a></li>
            <li class="vert-nav-separator"></li>
            <li><a class="alm-learning-navigate">Learning</a></li>
            <li class="vert-nav-separator"></li>
            <li><a class="alm-community-navigate">Community</a></li>
            <li class="vert-nav-separator"></li>
            <li><a class="alm-support-navigate">Support</a></li>
            <li class="vert-nav-separator"></li>
            <li class="alm-logout-navigate"><a>Log out</a></li>
            <li class="vert-nav-separator"></li>
            <li class="alm-login-navigate"><a>Log in</a></li>
            <li class="vert-nav-separator"></li>
            <li class="alm-register-navigate"><a>Register</a></li>
            <li class="vert-nav-separator"></li>
        </ul>
prafulVaishnav pushed a commit that referenced this issue Apr 1, 2023
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

No branches or pull requests

1 participant