From 1e1dff4af2809dee76a36693c38a2e5497eba903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Wed, 21 Feb 2024 10:11:21 +0000 Subject: [PATCH] small polish --- exampleSite/content/docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md index 84e0237d..d91cdb0e 100644 --- a/exampleSite/content/docs/getting-started/index.md +++ b/exampleSite/content/docs/getting-started/index.md @@ -37,7 +37,7 @@ languageCode = "en" The next step is to configure the language settings. Although Blowfish supports multilingual setups, for now, just configure the main language. -Locate the `languages.en.toml` file in the config folder. If you're main language is English you can use this file as is. Otherwise, rename it so that it includes the correct language code in the filename. For example, for French, rename the file to `languages.fr.toml`. +Locate the `languages.en.toml` file in the config folder. If your main language is English you can use this file as is. Otherwise, rename it so that it includes the correct language code in the filename. For example, for French, rename the file to `languages.fr.toml`. {{< alert >}} Note that the language code in the language config filename should match the `languageCode` setting in `config.toml`.