-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, I was wondering if there was a plan for implementing multilingual support in the theme. I thnk it should be fairly straightfoward to implement it. If you like the idea I can fork the repository and submit a pull request.
I was thinking the following:
- Add buttons for all the available languages in the site using
{{ range .Site.Home.Translations }}}in the main menu - Ensure using
{{ .Permalink }}on every page and usingrelLangURLorabsLangURLon every link - Adding links for translations similar to tags on every post.
- Move and translate every hardcoded text in the templates to i18n files.
- Configure params per language inside config.toml, specially site title, subtitle, date formats, etc.
- Add
<link rel="alternate" href="......" hreflang="..."/>in HTML Head
Let me know.
Thanks
Pablo
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request