Skip to content

Commit edcd220

Browse files
authored
[i18nIgnore] Fix duplicate i18n collection definition (#3409)
1 parent 58992db commit edcd220

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/content/docs/es/guides/i18n.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ Puedes proprocionar traducciones para idiomas adicionales, o editar nuestras eti
197197

198198
export const collections = {
199199
docs: defineCollection({ schema: docsSchema() }),
200-
i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
201200
+ i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
202201
};
203202
```

0 commit comments

Comments
 (0)