Closed Arberoo closed 3 years ago
In your case I would use the secondary navigation for those links. You can change the string "More" like this:
Unzip the theme file.
Open the file locales/en.json
with a text/code editor.
Search for the following line:
"More": "More",
You might also want to do the same with the files de.json
and it.json
.
Worked perfectly, thanks.
Hello,
I managed to setup multi-language support for our blog, https://blog.cakedefi.com - the German and Italian versions can be found under the URL https://blog.cakedefi.com/de and https://blog.cakedefi.com/it respectively, easily manageable with #tags
The issue currently however is that there is no navigation to select the blog language. A user would have to manually type in the /de or /it URL.. not very user-friendly.
I now wanted to setup a "language" dropdown menu in the navigation, however only can edit a "primary" navigation (where everything directly appears in the navigation bar) or a "secondary" navigation, where every link is selectable after clicking on "More" in the bar.
Question: Is there a way to setup a "tertiary" navigation, that I can call "Select Language" instead of "More" ?
If not, is there a way to change the wording of the secondary navigation from "More" to "Select Language"?
Thanks very much in advance.