You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if we could support translations for choosealicense.com. Several PRs have come in that translate the site, but they simply overwrite the English version 😱
We need a better approach.
The inelegant solution would be to have folders for each language that each pretty much contain the entire site translated to a language and then provide links on the main index to each.
A more elegant solution is to use Jekyll localization support (assuming there is such a thing) to do it. Or to build something ourselves.
The text was updated successfully, but these errors were encountered:
It'd be nice if we could support translations for choosealicense.com. Several PRs have come in that translate the site, but they simply overwrite the English version 😱
We need a better approach.
The inelegant solution would be to have folders for each language that each pretty much contain the entire site translated to a language and then provide links on the main index to each.
A more elegant solution is to use Jekyll localization support (assuming there is such a thing) to do it. Or to build something ourselves.
The text was updated successfully, but these errors were encountered: