monorepo
monorepo copied to clipboard
Course translate
Strapi I18n is not enabled for Course data model. It's similar to Category and Tag models. These endpoints are not localized. For example when you create a post entry, you provide the locale
of the data. It means you need to create post entries for each language. However, when you create a course, you provide localized fields such as title_en
, content_tr
. but not locale.
Alternatively, i18n can be enabled for course model. Then the issue will be fixed automatically.
Tasks
- [ ] ...