-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the base language doesn't have __i18n_lang and __i18n_refs #78
Comments
Yea it's probably also related to #60 This would mean having to implement your own custom publish action which handles the combined functionality of the calendar plugin and this one. |
Another thing: in sanity-io/sanity-plugin-content-calendar#20 the delete and duplicate actions from this plugin gets overwritten by sanity-plugin-content-calendar. Is it possible to have them back as well? are they also exposed as utilities too? @LiamMartens UPDATE: tried to use |
@kimvuVarner I have published a new beta version which exports those actions as well;
|
Sweet!, thank you |
Hi, I'm struggeling to create a english document with norwegian and swedish translation. The english is the base but doesnt have the lang and ref attributes.
this could be related to this issue: sanity-io/sanity-plugin-content-calendar#20 which happened after installing sanity-io/sanity-plugin-content-calendar. It may have interfered with the functionality of this plugin. Reading on some issues here, it seems to be related to custom publish action (ref comment: #60 (comment)) which i think the sanity-io/sanity-plugin-content-calendar creates
querying: *[_id match "b4d654f7-2b47-4339-9a92-d9ad5d111b43"] gives:
where the first document should've had the __i18n_lang and __i18n_refs attributes
and my configfile intl-input.json looks like this:
{
"idStructure": "subpath",
"referenceBehavior": "hard",
"languages": [
{ "name": "en", "title": "English (UK)" },
{ "name": "no", "title": "Norwegian" },
{ "name": "se", "title": "Swedish" }
]
}
The text was updated successfully, but these errors were encountered: