Skip to content

Switch to Transloco for i18n

Daniel Gerhardt requested to merge transloco into master

ngx-translate has been replaced with Transloco. Modules, services, components and tests have been migrated.

Transloco's scopes are now used which allow us to avoid redundant translations for multiple modules. In cases where the same translation is needed by multiple modules, the translation has been moved to a shared scope.

Closes: #1173 (closed)

Merge request reports