-
Notifications
You must be signed in to change notification settings - Fork 14
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
internationalization #48
Comments
This is a little tough because we've moved away from the default VuePress content/template relationship. We might have to roll our own solution for this! |
I've had good luck with using transifex.com and https://crowdin.com/ |
Oh wow, those are intense! The VuePress standard is to just make a directory for your content in other languages and use locales in config: Our content is stored separately from our views for the sake of implementing Netlify CMS, so it will take some finagling to get this to work. Plus we need people to do translations. |
OK what have we moved away from in terms of the default vuepress content/template relationship? |
A clear path as to how we can expand the languages offered on this site. A way to switch between them in the front end.
The text was updated successfully, but these errors were encountered: