Skip to content

Commit

Permalink
Merge pull request #277 from Vizzuality/strapi-i18n
Browse files Browse the repository at this point in the history
Translate the Strapi content with Localazy
  • Loading branch information
SARodrigues authored Jul 17, 2024
2 parents 3a4e73c + dcc9700 commit ace0fd7
Show file tree
Hide file tree
Showing 130 changed files with 10,762 additions and 3,904 deletions.
4 changes: 3 additions & 1 deletion cms/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ DATABASE_PORT=5432
DATABASE_NAME=
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
DATABASE_SSL=false
DATABASE_SSL=false

STRAPI_ADMIN_LOCALAZY_ENV=
13 changes: 7 additions & 6 deletions cms/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ module.exports = {
// importOnBootstrap: false,
// customTypes: [],
// excludedTypes: [],
// excludedConfig: [
// "core-store.plugin_users-permissions_grant",
// "core-store.plugin_upload_metrics",
// "core-store.strapi_content_types_schema",
// "core-store.ee_information",
// ],
excludedConfig: [
"core-store.plugin_users-permissions_grant",
"core-store.plugin_upload_metrics",
"core-store.strapi_content_types_schema",
"core-store.ee_information",
"core-store.plugin_localazy_identity"
],
},
},
};
Loading

0 comments on commit ace0fd7

Please sign in to comment.