Replies: 2 comments
-
This is good idea, please submit to https://feedback.js.wiki/wiki |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done! https://feedback.js.wiki/wiki/p/fallback-to-base-locale-if-page-doesnt-exist |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose the base locale of a wiki is English and the user is browsing in Chinese Traditional.
The user navigates to
/zh-tw/test-page
, but that page does not exist in Chinese Traditional. However/en/test-page
does exist. An admin setting should allow the content from/en/test-page
to be loaded onto/zh-tw/test-page
(not a redirect).This would solve many "This page does not exist yet." errors when translations are not yet complete.
To take it further, the tree navigation could also be mirrored from the base locale.
Beta Was this translation helpful? Give feedback.
All reactions