Hi,
I’m new to Grav. I’m considering to build the page with this CMS.
I was looking the for the answer and tried different configuration options but without success.
I have following configuration:
languages:
supported:
- pl
- en
default_lang: pl
include_default_lang: false
include_default_lang_file_extension: true
I have following pages:
pages
01.First
default.pl.md
default.en.md
02.Second
default.pl.md
When I open page with pl language, in menu I see:
- First[/first]
- Second[/second]
When I open page with en language, in menu I see:
- First[/en/first]
- Second[/en/second] ⚠️
How can I achieve solution where menu item have link with default language when page in selected language doesn’t exist?
Is it possible with configuration?
Do I need to to use/write some plugin?