Hi, I want to use the default language page (home.en.txt), translate the content into an other language ( zh) and store it as new file (home.zh.txt) in the same folder.
I found: #creating-pages-programmatically, checked the source code and found
// always create pages in the default language
So is there a change to create translation files programmatically except changing the source code and adding language as $props?
I would love to get some hints where I can start digging.
Stinkstiefel