From 8fcb0aea0368c9fb82642d78cb370e49b6c36fc8 Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 29 Jul 2021 10:14:52 +0300 Subject: [PATCH] (docs) Updated the multi language guide --- .../guides/customization/multi-language/multi-language.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html b/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html index 596782ba..45800f7f 100644 --- a/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html +++ b/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html @@ -65,7 +65,7 @@
  1. Navigate to src/app/core/core.module.ts file and remove imports of TranslocoCoreModule
  2. Remove the src/app/core/transloco directory
  3. -
  4. Do a project wide search for <language></language> and remove all instances
  5. +
  6. Do a project wide search for <languages></languages> and remove all instances
  7. Do a project wide search for LanguageModule and remove all imports
  8. Remove the src/app/layout/common/language directory
  9. Finally navigate to the package.json file, remove the "@ngneat/transloco" from dependencies list and run npm install command