FormidableLabs / babel-bridge

Simple React+Sanity app where content is automatically translated into the user’s language
6 stars 0 forks source link

Sanity: Create Supported Languages Schema #22

Closed dtaylorbrown closed 1 year ago

dtaylorbrown commented 1 year ago

Description

Since we need supported languages to be defined for Sanity to structure the references between documents, since we cannot hard code this, we need a schema that we can query any documents (languages) stored there to use.

Acceptance criteria

dtaylorbrown commented 1 year ago

Closes with the merge of https://github.com/bryceknz/sanity-translations-experiment/pull/21