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
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.
The text was updated successfully, but these errors were encountered:
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
orcn
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 oftext/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 ofassets/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.The text was updated successfully, but these errors were encountered: