Skip to content
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

Multi-lingual website improvements #69

Open
DenisCarriere opened this issue Feb 3, 2019 · 0 comments
Open

Multi-lingual website improvements #69

DenisCarriere opened this issue Feb 3, 2019 · 0 comments

Comments

@DenisCarriere
Copy link

For websites with multi-lingual support, it would be ideal to have the following:

Multi-lingual in URL path

Using react-router to indicate the language en or cn

URL path would look something like the following:

Remove duplicate assets/text

For multilingual websites, it would be best to only have assets/text/<language> and remove the root folder since this would be a duplicate of text/en.

This is problematic for maintainers that need to edit the English/Chinese translations, they would edit 1 document at a time and most likely forget there is another folder to edit using the same information.

The text folder structure should only consists of assets/text/<language>/*.md

Even for no-multilingual supported websites, this schema should be enforced/default to assets/text/en/*.md that way all websites are structured ready for multilingual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant