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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
@scsskid thanks for reminding me again. i still have no clear idea how to achieve the suggested solution to update only existing content files in actual code.
checking if the file exist seems a bit hacky to me. as far as i can tell there are no bugs cause by having the content.en.txt file being created, right?
i am currently working on a new version of the plugin with better multilang setup. i will include this issue in testscases to solve it properly.
I dont use your plugin currently, I just eval the issue list, since looking for sth to replace my legacy kirby2 solution, acutally I furthermore have missunderstood the issue
Reference is this Thread
Multilanguage Setup (e.g. DE (default), EN)
$page->createChild($mycontent)
) while EN is current language.To create the content.en.txt file at that point is an unexpected side effect from the autoid plugin.
A solution could be to update only existing content files.
The text was updated successfully, but these errors were encountered: