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

Internationalization.md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93f60cf77055b416bdc45f288be3130da66b9450 (plain)
1
2
3
4
5
6
7
8
9
10
11
Thanks for the efforts of [jordan-dlh](https://github.com/AmazingRise/hugo-theme-diary/pull/43), now `hugo-theme-diary` supports several languages.

To change default language of this theme, please add this line to your site's `config.toml`:

```toml
DefaultContentLanguage = "en"
```

At present, we support English(`en`), French(`fr`), and Chinese(`zh-CN` and `zh-TW`).

**NOTE:** This configuration doesn't apply to sidebar. To customize sidebar, please visit [here](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#customize-sidebar).