-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Labels
needs: discussionNeeds discussion before an implementation can be madeNeeds discussion before an implementation can be madetag: i18NItems related to internationalizationItems related to internationalization
Description
After #436 is merged, it would be nice if the theme also supported switching languages. The JSON file used for versions could naturally be extended to encode the info, e.g., each version entry could gain a new key like
"languages": {
"en": "English",
"fr": "français",
"zh": "中文"
}
to list which language(s) are available for that version of the docs (i.e., languages nested within versions). Alternatively the JSON could be restructured so that versions are nested within languages. Either way, the switcher dropdown will need to be adjusted to accommodate the new JSON structure and to display the version choices.
kinow, tkoyama010 and ngulden
Metadata
Metadata
Assignees
Labels
needs: discussionNeeds discussion before an implementation can be madeNeeds discussion before an implementation can be madetag: i18NItems related to internationalizationItems related to internationalization