From ddb96829ca4f116603ff035520f95b156710ca06 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 12:08:52 +0100 Subject: [PATCH] fix typo --- docs/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending.rst b/docs/extending.rst index 5393b941c..bceeacfd7 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -174,7 +174,7 @@ Front end localization * The translated strings need to be placed in the "src-ui/src/locale/" folder. * In order to extract added or changed strings from the source files, call ``ng xi18n --ivy``. -Adding new languages requires adding the translated files in the "src-ui/src/locale/" fodler and adjusting a couple files. +Adding new languages requires adding the translated files in the "src-ui/src/locale/" folder and adjusting a couple files. 1. Adjust "src-ui/angular.json":