vuepress / vuepress-theme-blog

Default blog theme for VuePress.
https://vuepress-theme-blog.billyyyyy3320.com/
MIT License
211 stars 129 forks source link

i18n support #62

Open kid1412621 opened 4 years ago

kid1412621 commented 4 years ago

Feature request

What problem does this feature solve?

support i18n

What does the proposed API look like?

just like default theme

How should this be implemented in your opinion?

Are you willing to work on this yourself?

billyyyyy3320 commented 4 years ago

I didn't think multilanguage is a common feature for blogging. I thought people intend to write post in their native language. But it turns out that I was probably wrong.

People who want it to be a built-in feature, please add a reaction or leave a comment.

kid1412621 commented 4 years ago

or abstract i18n & l10n into a part of VuePress ? I think it should decouple from theme.

ChungZH commented 4 years ago

or abstract i18n & l10n into a part of VuePress ? I think it should decouple from theme.

@kid1412621 Maybe this can help you: https://vuepress.vuejs.org/guide/i18n.html