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
Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.
The main problem is that right now the code is trying to update all translations, so if there is no data in some of the translations this will create the error.
As mentioned in this issue #4480 (comment) I think that having to fill all translation doesn't have a lot of sense making this a limitation of i18n.
Right now I'm working on my fork to fix this issue
Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.
Screenshots
https://user-images.githubusercontent.com/23478544/160468575-5aa9e718-b27c-4a9f-8f1c-e74785a7fe5f.mp4
Applicable Versions:
I'm using the
unpkg link
and 11ty as SSGCMS configuration
The text was updated successfully, but these errors were encountered: