Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-10-29 01:31:33 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-29 01:31:33 +0300
commit46a72aaa0024da328eeb9c3e8d275c27e24e1282 (patch)
tree5c1ec717c1a684938f2cd162bef1dcd15990ea49
parent5003d4d253bff2def18ea28cc97a09bf642ef0f6 (diff)
Update readme to refer to correct theme name
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa3259d..b91d47d 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ It is possible to use an icon from [the solid set](https://fontawesome.com/icons
### Internationalisation (i18n)
-Tale supports using other languages than English. Language files for the texts Tale uses are provided in the `i18n` directory. The default language is English. To switch languages, add the key `defaultContentLanguage` to your `config.toml` file. For example:
+Tale supports using other languages than English. Language files for the texts Hallo uses are provided in the `i18n` directory. The default language is English. To switch languages, add the key `defaultContentLanguage` to your `config.toml` file. For example:
```
defaultContentLanguage = "nl"
@@ -101,7 +101,7 @@ defaultContentLanguage = "nl"
To translate texts your site uses, add an `i18n` folder to your site.
-Feel free to submit pull requests for other translations of Tale's texts.
+Feel free to submit pull requests for other translations of Hallo's texts.
[Hugo documentation for multilingual sites](//gohugo.io/content-management/multilingual/)