From 8e271b0a53971171037184add319f067d08c3691 Mon Sep 17 00:00:00 2001 From: Christoffer Jahren Date: Thu, 23 Mar 2023 09:10:16 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20fix=20small=20typo?= =?UTF-8?q?s=20in=20excluding=20build=20file=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/guides/excluding-build-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/excluding-build-files.md b/website/docs/guides/excluding-build-files.md index 9252a2d40..34172ff3a 100644 --- a/website/docs/guides/excluding-build-files.md +++ b/website/docs/guides/excluding-build-files.md @@ -2,7 +2,7 @@ [`lingui extract`](/docs/ref/cli.md#extract) command creates temporary message catalogs per each source file. Also, [`lingui compile`](/docs/ref/cli.md#compile) command generates compiled message catalogs from source ones. All these files can be safely ignored from VCS and linters. -Can be safely ignored because this files must be created every time you deploy to production, so we encourage to use CI methods to automatize this process. If you commit it you will produce conflicts, which somebody will need to solve, in this minimized and transpired (basically unreadable to human) file. In summary, please, **compile always your catalogs**. +Can be safely ignored because these files must be created every time you deploy to production, so we encourage to use CI methods to automatize this process. If you commit it you will produce conflicts, which somebody will need to solve, in this minimized and transpired (basically unreadable to human) file. In summary, please, **always compile your catalogs**. Replace `locales` in paths below with your custom `localeDir` from configuration.