[11ty] defaultLanguage fallback for locale_url
#4320
vwochnik
started this conversation in
Enhancement Queue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello! Please forgive me if the issue already exists.
I have a project where I use the official
I18nplugin. However, not all pages are translated to all languages. That meanslocale_urlis throwing an Exception if a page with the current language derived frompage.langdoes not exist.What I want
locale_urlto do is if it doesn't find a page with the current language it should fall back to the page of the default language.All reactions