Skip to content

Commit

Permalink
#44 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Dec 21, 2017
1 parent 0536783 commit f8eb652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The folder *layouts* contains `.html` files defining, you guessed it, the layout
description: "Boilerplate da MarzeeLabs para o gerador de sites estáticos Hugo, integrando o NetlifyCMS para uso da plataform GitHub como backend."
```
- Add localised strings to be used in the website to *i18n/[LOCALE].toml* files.
- Add localized strings to be used in the website to *i18n/[LOCALE].toml* files.
```toml
[Home]
other = "Início"
Expand All @@ -144,7 +144,7 @@ The folder *layouts* contains `.html` files defining, you guessed it, the layout
<h1 class="home__title">{{ i18n "Home" | default "Home"}}</h1>
```
- Content entries need to be input already in the desired locale of course. Just define separate content types for each localisation that is needed; see **Using Netlify CMS** below on where and how to do this:
- Content entries need to be input already in the desired locale of course. Just define separate content types for each localization that is needed; see **Using Netlify CMS** below on where and how to do this:
- Set the content type's `name` with a "-[LOCALE]" suffix:
```yml
Expand Down

0 comments on commit f8eb652

Please sign in to comment.