Link Search Menu Expand Document

How to remove Locize & i18n


You may replace Locize by another internationalisation too of your choice. Make sure it is JS universal-friendly though.

  1. Remove the following libraries:
    • i18next-locize-backend: This is an i18next backend to be used for locize service. It will load resources from locize server using xhr.
    • i18next-node-locize-backend: This is a i18next backend to be used with node.js for the locize service. It’s for the node.js server what the i18next-locize-backend is for the browser.
    • locize-editor: The locize-editor enables you to directly connect content from your website / application with your content on your localization project on locize.
    • locize-node-lastused: This is an i18next plugin or standalone scriot to be used for locize service. It will update last used timestamps on reference keys from your locize project using xhr. It sets the last used date on your reference language’s namespaces.
  2. Remove their components usage in the source code
  3. Remove the NEXT_PUBLIC_LOCIZE_PROJECT_ID, in .env
  4. Remove the LOCIZE_API_KEY env var, in .env.local