LogoLogo
โค๏ธ SponserMore
  • ๐Ÿš€Getting Started
    • Installation
    • Angular Compatibility
    • Config Options
  • ๐Ÿ’กCore Concepts
    • Translation in the Template
    • Signals
    • Translation API
    • Language API
  • ๐Ÿง Advanced Topics
    • ๐ŸฆฅLazy Load
      • Scope Configuration
      • Inline Loaders
    • The Transpiler
    • SSR Support
    • Unit Testing
    • Hack the Library
  • ๐ŸงชSandbox & Examples
  • โš™๏ธAdditional Functionality
    • Loading Template
    • Key Referencing
    • Utility Functions
    • Comments for Translators
    • Multiple Languages Simultaneously
  • ๐Ÿ“ฆMigration Guides
    • Migrate from ngx-translate
    • Migrate from Angular's i18n
  • ๐Ÿ”งTools
    • Keys Manager (TKM)
      • Keys Extractor
      • Keys Detective
      • Options
      • Debugging
      • Using with Nx ๐Ÿ‹
    • Validator
    • Optimize
    • Scoped Library Extractor
  • ๐Ÿ”ŒPlugins
    • Message Format
    • Persist Translations
    • Persist Lang
    • Preload Langs
    • Locale l10n
    • Community Plugins
  • ๐ŸงฐSchematics
    • :ng-add
    • :scope
    • :join
    • :split
  • ๐ŸณRecipies
    • Prefetch User Language
    • Using Xliff
    • Generate Locale Files using Google Translate
  • ๐Ÿ“šBlog Posts
    • Transloco Team Posts
      • Transloco Goes Functional: A Guide to Transloco's Functional Transpiler
    • From the Community
  • โ“FAQs
Powered by GitBook

@ 2025 Transloco

On this page

Was this helpful?

Migration Guides

PreviousMultiple Languages SimultaneouslyNextMigrate from ngx-translate

Last updated 4 months ago

Was this helpful?

Transloco offers a streamlined migration path for developers transitioning from other internationalization (i18n) libraries, such as ngx-translate or Angular's built-in i18n. This process is designed to minimize manual adjustments and facilitate a smooth switch to Transloco's robust features.

Just run the migration schematics and select the library you are migrating from:

ng g @jsverse/transloco:migrate
nx g @jsverse/transloco:migrate

You can find detailed information about what the migration will perform on the "" and "" pages.

If you encounter any issues with the migration script, please open a , and weโ€™ll work on resolving it to improve the migration experience for everyone.

Ensure you review the changes made by the migration script, as manual adjustments may occasionally be necessary

๐Ÿ“ฆ
Migrate from ngx-translate
Migrate from Angular's i18n
GitHub issue